Forum Post: RE: Coding style question
Hello Laboratori, If you observed code like this, it's probably been written that way to make it especially clear what variable is used for what purpose. Also, you can write the code using simple...
View ArticleForum Post: RE: makefile issues during debug, SSP1.2
Hi Karol, I following your instruction but still having the issue with makefile. This is a new project. is there anything else I should check? Thanks.
View ArticleForum Post: Sks7G2 Ethernet + WiFi GT202
Hello Is it possible to up and running Ethernet as well as WiFi GT202 network in single application ? I could add Ethernet without wifi. After adding wifi access (PMODB) Ethernet link not working. if...
View ArticleForum Post: RE: makefile issues during debug, SSP1.2
Hi dle, To me, it looks like there could be a value in the configurator settings (may be a callback function or something) with g_sf_playback_c .. (the undefined value shown in the error log) which is...
View ArticleForum Post: Issue with FileX Block Media Configurator in SSP 1.2.0
Issue – Bug Description: There is an issue in the FileX Block Media configurator in SSP 1.2 when two instances of the SDMMC FileX device are added to a project. Workaround: Put the attached file in the...
View ArticleForum Post: RE: makefile issues during debug, SSP1.2
Thank Sree, It was the call back function that wasn't implemented in the audio thread entry.
View ArticleForum Post: SX8656
Mouser lists the SX8656 as EOL. Do you have plans to update the driver for touch to a non-discontinued part, and if so, when? Bill
View ArticleForum Post: RE: C++ Support
Hmmm... I am new to the Synergy Platform and am using IAR. Would you know how the above might work using the IAR toolchain?
View ArticleForum Post: UART overrun and frame error handling
How do the UART drivers in SSP 1.2.0 handle frame and over run errors: I know they create an event and call the callback function (if error irq's enabled) Do the drivers clean up the hardware...
View ArticleForum Post: Success with e2 studio on a 4k display!
If you are using e2 studio on a 4k or better display on a laptop, you know the pain of dealing with microscopic icons in your favorite development platforms. I finally found (well, googled correctly to...
View ArticleComment on Creating a Custom Board Support Package (BSP)
Link is invalid. Can you update?
View ArticleComment on Creating a Custom Board Support Package (BSP)
Never mind. Saw updated posts.
View ArticleForum Post: RE: custom_bsp_creator.exe and SSP 1.2.0
How does one do it if they are using IAR?
View ArticleForum Post: RE: gx_widget_attach/detach - No source available for "_Vectors()...
Hello Karol The console in the debug tab prints the following: Program received signal SIGTRAP, Trace/breakpoint trap. Reset_Handler () at...
View ArticleForum Post: USB/COM port driver for SKS7G2 to console print
Hello I have SKS7G2 board, I could load my application using E2Studio. I wanted to redirect debug printf() to PC thru USB port. I downloaded latest driver from SEGGER (JLINK CDC) COM port driver but it...
View ArticleForum Post: RE: Sks7G2 Ethernet + WiFi GT202
Hello Mk, I see there are no pin conflicts between PMODB and Ethernet on this board. Do you have two separate IP stacks for WiFi and Ethernet? Could you share configuration settings for your project?...
View ArticleForum Post: RE: C++ Support
Hi Bill, The language can be set to C++ for the IAR project in Project > Options... > C/C++ Compiler > Language 1 tab. It can be also set individually for each file. Please note that you...
View ArticleForum Post: RE: UART overrun and frame error handling
Hi Steve Dillier, UART driver in SSP 1.2.0 does the clean up the hardware registers (it reads the error, saves it in a temporary variable, cleans the status register and fires user-defined callback...
View ArticleForum Post: RE: custom_bsp_creator.exe and SSP 1.2.0
Hi Bill, Unfortunately currently only e2 Studio is supported for custom BSP creation. As far as I know, Renesas and IAR are aware of this missing functionality, so possibly it'll be added in the...
View ArticleForum Post: RE: USB/COM port driver for SKS7G2 to console print
Hello Mk, to output some text through USB I used the "Communications Framework on sf_el_ux_comms". In the Configurator in e2 studio I have created a thread, then I added to it a new stack: New Stack...
View Article