Forum Post: RE: undefined reference to _gx_synergy_display_driver_setup
Thanks, I was able to follow the guide and update the 1.1.0 Hello World source to 1.2.0 b.1. After running the screen and application was functional. Only issue was a great deal of warnings able the...
View ArticleForum Post: NEtx Socket closing unexpectedly when NOT using printf
Hello forum! I have an ssp1.3 project that contains Guix, USBx, Filex, the Messaging Framework, and NETx. It doesn't do much yet, mostly just the various app notes piled into one application. Three...
View ArticleForum Post: RE: NEtx Socket closing unexpectedly when NOT using printf
Hi, In you release project are your removing the call to initialise_monitor_handles(); as well as printf ? -Gary
View ArticleForum Post: Calendar Time after Wake from Sleep
My question relates to maintaining calendar time between sleep/wake events. Our application will be putting the S7 into Deep Software Standby with a wake event generated by an IRQ (NMI). If I read...
View ArticleForum Post: RE: NEtx Socket closing unexpectedly when NOT using printf
I found it when I switched to release mode, in which I remove the call to initialize_monitor_handles, the call to printf, and change the linker option to nosys.specs. To debug, I have tried it both...
View ArticleForum Post: RE: NEtx Socket closing unexpectedly when NOT using printf
Hello, When stack overflow/corruption occurs in ThreadX application on Cortex-M4F devices (i.e. S3, S5 and S7), it generates a non-maskable interrupt that traps execution inside NMI_Handler. You can...
View ArticleForum Post: RE: NEtx Socket closing unexpectedly when NOT using printf
Hello Karol, Like I said, the program isn't crashing per se. One of the things that I print is the "uptime" of the system - this can be seen in the sprintf in the code above. sprintf(buffer," UpTime...
View ArticleForum Post: RE: NEtx Socket closing unexpectedly when NOT using printf
Hello Karol, Like I said, the program isn't crashing per se. One of the things that I print is the "uptime" of the system - this can be seen in the sprintf in the code above. sprintf(buffer," UpTime...
View ArticleForum Post: RE: Calendar Time after Wake from Sleep
Hello Rich, If you configure LPM driver to maintain LOCO or sub-oscillator operation in deep software standby, then RTC should stay operational in that state. Moreover, according to the S7G2 Hardware...
View ArticleForum Post: DK-S124 USBX Example
Hi, are there any code examples in E2 Studio for using the USB on the DK-S124 board, the board seems to have lots of functions but very little example code except Blinky
View ArticleForum Post: DK-S124 Bluetooth Examples
Hi, are there any code examples in E2 Studio for using the Bluetooth module on the DK-S124 board, the board seems to have lots of functions but very little example code except Blinky
View ArticleForum Post: RE: DK-S124 USBX Example
Hello, All USBX device examples apply to DK-S1. There's plenty of example code such as: * Simple Audio Playback * PMOD Display * Audio Record All found here:...
View ArticleForum Post: Adding UART to Audio player 1.20b demo
I am migrating my app to use the Audio player 1.20b demo as its basis. I need to add a UART on channel 3. When I add Framework->Connectivity->Communications Framework on sf_uart_comms, a...
View ArticleForum Post: RE: Adding UART to Audio player 1.20b demo
Hello, When using UART Comms Framework, you cannot access the low level driver callback function. That was the case before 1.2.0.b-1 as well, but the field wasn't locked. In the new release we decided...
View ArticleForum Post: Error from _ux_device_stack_initialize using Console with USB comms
Hi, I am using the DK-S124 board. I am trying to use the console with USB communication. I am using the S124-DK Blinky with ThreadX. I created a new thread with the Console Framework and the...
View ArticleForum Post: RE: Adding UART to Audio player 1.20b demo
That solved it. Just for the record (for Google and the army of newbies that shalt follow), there were 4 errors on the UART Driver: "Requires SCI interrupts enabled" for TXI, RXI, TEI and ERI. That was...
View ArticleForum Post: Sending Message to other thread
I have my main_thread which is the GUI that displays data and reacts to touch events and another thread the does some calculations based on the RTC and a algorithm. I would like to pass the data from...
View ArticleForum Post: RE: Sending Message to other thread
Hello, Have you read the ThreadX® User's Manual www.renesas.com/.../r11um0006eu0501_synergy_threadx.pdf ? There is an example of using all main components of ThreadX including queues on page 310.
View ArticleForum Post: RE: Error from _ux_device_stack_initialize using Console with USB...
Hello, Could you please provide more information about software you use? What IDE and its version? What SSP version?
View ArticleBlog Post: Coming up to Speed with e2 Studio 5.2.1 New Features
There are few things that are as exciting as getting new tools and gadgets and the recent e 2 Studio 5.2.1 release is no different! The latest release is packed with exciting new features that are...
View Article