IRQ question.
Based on the S7G2 Microcontroller Group User's Manual on Page 453, it seems like any gpio pin can be used as an external interrupt by setting the ISEL bit in the register for the gpio pin that you want...
View ArticleTouch Panel and a shared I2C Bus with a 2nd device
Synergy 1.3.3, S5, Custom Board, FT5x06 Touch Panel controller.My Touch Panel is sharing its I2C Bus with a 2nd device, LTC2942 Battery Gas Gage.The Touch Panel Framework does not play well with...
View ArticleHow to assign SPI SSL-pins to more then one SPI device on the same SPI-Bus...
Hello,first I'ld like to say that SPI framework on sf_spi with one device is working already with out any problem (I'm using SSP 1.3.3).Both SPI devices can work with the same bus configuration, there...
View ArticleThreadX thread frequency.
Hi All,I have a question regarding frequency at which ThreadX threads are running. In the automatically generated main thread, I have a simple while loop which toggles an IO pin. A scope connected to...
View ArticleFileX on QSPI flash with SSP1.4.0
Hi,I want to set up FileX on the QSPI flash N25Q256A (32MB) of the S7G2-DK board.Indeed, the SSP 1.4.0 supporting this mode:I'm doing a test on a single project "blinky led" in which I've just added...
View ArticleCompilation error with SD support
Hi Am working on S7G2-DK board .I have a working project for ethernet and i have included SD card support then am getting many compilation...
View Articleerror initializing fault tolerant file system
I have an error 1 from a fault_tolerent enable call for an sd card file system. Tracing through the code, it appears that a driver has the mmc device open, which makes the fault tolerant...
View ArticleFailed to read license file with SSP 1.4.0 upgrade
I just upgraded SSP from1.3.0 to 1.4.0. I generated and downloaded a new license file. I then pointed e2studio to my newly downloaded .xml file via Help / Synergy License (note I place the license...
View ArticleRTC testing
HiI got one example for RTC with name RTC_HAL_MG_AP.I have build the project and able to flash to my S7G2-DK board.Am not able to understand , how to verify its functioanlity, how can i confirm whether...
View ArticleFile attribute "Read only" and version control system
Hi there,I have to make changes to the Renesas Synergy SSP autogenerated code.After doing the changes i mark the changed files in e2 studio as "Read only". This prevents the files from beeing...
View ArticleWDT testing
Hi Am using WDT hal module project for S7G2- DKWhen i program it , only LED1 is toggling. How can i verify its functionalityThanks and RegardsRizwan Syed
View ArticleGUI X Dynamic Vertical List
Hello,I am trying to create a screen which contains a dynamic vertical list - where rows can be added/deleted at run time.Currently I've been using gx_vertical_list_total_rows_set to change the amount...
View ArticleNew SSP 1.4 and IAR issues
Hello Forum,I just updated to ssp1.4.0 using the install pack age that contained the SSC as well as the IAR tools. After the installation I have been having some weird issues with the tool. I my old...
View ArticleFastest way to start SPI read using External IRQ
I am trying to find the fastest way to go from detecting an external interrupt signal to starting a SPI read My current process:1. SPI Read function waits on an Event Flag.2. When External IRQ signal...
View ArticleThread Monitors blocks when creating the thread
Hello, We are trying to include the Thread Monitor Framework in our project. We are working with SSP1.2.2. In our application there are 6 different threads, including GUIX threads, and we want to...
View ArticleI would like to know if there is a way to implement a gif using guix.
Hi, All ! I would like to know if there is a way to implement a gif using guix. I know that it is possible to make animations using the sprite widget, however the animation that i'm trying to implement...
View Articlecmsis_iar.h file provides error 'No return, in function returning non-void'
I am working on the SCI_SPI_HAL_MG_AP sample project currently but haven't opened it in about a week. The last time I used the project I had 0 errors and only casting warnings. Today I open the IDE...
View ArticleETH0 and SD card usage in S7G2-DK
HiI am working on S7G2-DK board.I need to use ETH0, ETH1 and SD card But ETH0 and SD card uses same pin configuration.SDHI0 pinsDATA1 P410DATA0 P411CMD P412CLK P413ETH0 PinsRXD1 P410RXD0 P411REF50CK...
View ArticleMeaning of nx_ip_udp_no_port_for_delivery.
Hello Everyone,has anyone ever seen the following counters incrementing?nx_ip_udp_no_port_for_delivery, nx_ip_udp_receive_packets_droppedI suppose the second one is easy to understand but what about...
View Articlenetxduo webserver doesn't work on s5d9 IOT
Hi,I am trying to bring up netxduo webserver on s5d9 IOT fast prototyping kit and it does seem to be working. After bringing up the board with image in debugger I can ping the IP address from external...
View Article