Forum Post: RE: Lose components/files when trying to make a custom BSP (SSP 1.2)
OK, the problem was that the sub-group was not listed. The form for Export-Synergy-User-Pack had been updated, but the documentation had not. So initially I left the box to the right of BOARD blank,...
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
SKS7G2 manual page 17 shows Pin 511, 512 used for LCD touchscreen. I think I should summarize my project need and please let me know best configuration, driver/framework to follow Board : SKS7G2 SSP :...
View ArticleForum Post: SKS7G2 GUIX + WiFi + AMS sensors
Hello I need help to build this demo project. Board : SKS7G2 SSP : 1.2.0 WiFi : GT202 connected to PMODB. LCD : Display using SPI driver (r_sci_spi) LCD Touch : On Channel 2 (r_iic) SCI0 : configured...
View ArticleForum Post: RE: Lost the Breakpoints tab in e2/Eclipse debug perspective
Thanks! That did it. I must've clicked on everything EXCEPT that one... :)
View ArticleForum Post: RE: Flash update on Synergy MCU: using MMF to swap between two...
I wanted to follow up on this in case anyone is interested. The thing that finally worked was to use a negative offset for the two application images. I have a test project that is working. Application...
View ArticleForum Post: Use of SK-S7G2 Flash for Configuration Data Storage
I would like use Flash for configuration data storage (SK-S7G2 Platform). Is there possibly a guide...or better yet an example how to do this? I am looking at the SSP Users Manual (V1.2.0) at the HAL...
View ArticleForum Post: RE: Project import issue, secure builder required....
Ashwin's answer fixed it for me. I encountered this while importing the SK-S7G2 tuning project for use with Capacitive Touch Workbench.
View ArticleForum Post: RE: Use of SK-S7G2 Flash for Configuration Data Storage
Hello, yes, that's the way to go as you might want to update the data in the field. Basically you will have to mirror the data flash variables in RAM, and then update the data flash with the new...
View ArticleForum Post: RE: BSP Help
Hello jimctr, You need to use lower case only for paths inside the BSP - even though Windows file systems are not case-sensitive, Java classes used in the pack exporter make the distinction. Board name...
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Hi MK, Sorry, I must have missed it. What about SCI2 and pins P301 and P302? They're used for Arduino connector or Bluetooth, if you don't need these ones, you may use these pins on J21 connector (or...
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Hello Mk, You cannot use SPI peripheral to access I2C. Mutli-function SCI peripheral is already use for SPI on PMODB and since PMODA uses the same channel, you won't be able to use it for I2C. From...
View ArticleForum Post: RE: SKS7G2 GUIX + WiFi + AMS sensors
Hello MK. Yes, that is right that PMODA and LCD SPI have a pin conflict. LCD needs SPI just for initial configuration, after that the SPI driver can be closed. Have you tried to configure i2c driver to...
View ArticleForum Post: RE: SKS7G2 GUIX + WiFi + AMS sensors
Hello Mk, Please follow my response from another thread. As Jakub recommended, you should initialize the LCD on RSPI0 and the clean up, before reconfiguring the pins for RIIC1 (pins _B) to use AMS...
View ArticleForum Post: RE: Flash update on Synergy MCU: using MMF to swap between two...
Hello tclong, Thanks for the follow-up - few people on the forums experienced problems setting up MMF. The software flashloader (i.e. bootloader + downloader + programmer) framework is available for...
View ArticleForum Post: RE: S7G2 NetX PHY address
The error comes from nx_packet_data_append function. With no timeout it is stuck in an infinite loop, if I set a timeout it exits but with a strange error code I think not reliable (code 536739956(d) /...
View ArticleForum Post: RE: S7G2 NetX PHY address
Hello TLHQ, I think problem arises when allocating a chained packet. Can you check what's the maximum ping size your board can respond to? Regards
View ArticleForum Post: RE: Error Log
Hello Karol, I tried to use the code on my custom S3-Board but it does not work. So I checked with a SK-S7, looks ok. Switched the board to a DK-S3 in the project configuration and loaded it....
View ArticleForum Post: RE: S7G2 NetX PHY address
I don't know where to find this information. Since I added a timeout in nx_packet_data_append ping is ok (it is ok before transfering the picture, it is timed out one or two times during the picture...
View ArticleForum Post: RE: S7G2 NetX PHY address
Hello TLHQ, Changes to any of the NetX header files from the "synergy" folder will only take effect when NetX Source is added to the project. This setting in included in the new configuration stacks...
View ArticleForum Post: RE: Perplexing UART constant SSP_ERR_OVERFLOW issue
Hello Kristine: My SF_UART_COMMS_CFG_QUEUE_SIZE_WORDS is set to 100. I had to change all irq's to priority 0 then my UART's work as planned. I then added I2C drivers (did not need framework). At irq...
View Article