Forum Post: RE: fx_media_space_available() on media > 4GB
Hello Karol, thank you, yes we are still working with SSP1.1.0, we'll update if 1.2.0 gold is released. Best regards Ralph
View ArticleForum Post: RE: fx_media_space_available() on media > 4GB
Hello Ralph, In that case, you can look inside the FX_MEDIA structure for your selected media. Free space available is fx_media_available_clusters multiplied by fx_media_bytes_per_sector multiplied by...
View ArticleForum Post: RE: NetX Http Client error
Hello Anthony, Reading through the NetX HTTP Client Source I can see that start of the content is specified by CRLFCRLF token, so the response from your server seems valid. The HTTP Client then looks...
View ArticleForum Post: RE: FileX appending to a existing file with fx_file_relative_seek
Hello Heinz, When incrementing your own offset you're using strlen(). When writing to the file, you're using sizeof(buffer). The buffer is 20 bytes long but only has 10 bytes of data in it so the the...
View ArticleForum Post: GUIX: Unable to open image file
Hi, I've updated to SSP1.2b and GUIX 5.3.2.2. I have imported my previous project following the automated guide for SSP1.2b import. Project being used is a modified 'Hello World' Example fro SK S7G2. I...
View ArticleForum Post: RE: GUIX: Unable to open image file
Hello, When exporting your project, you may've forgotten to include raw GUIX resources (i.e. the files that produce an error). When you open your GUIX Studio project in the new location, the resources...
View ArticleForum Post: RE: GUIX: Unable to open image file
Replaced the images with copies thereof and appears to work. Odd!
View ArticleForum Post: RE: Files needed to collaborate with another developer using...
I found that if I don't check in synergy_cfg, I get errors when trying to build if I don't generate project content.
View ArticleForum Post: RTS/CTS Hardware flow with UART Module
Although there is only one physical pin per SCI/UART channel for RTS/CTS, you can do full RTS/CTS flow control. First select Custom in the pins configurations for the SCI channel and select a pin for...
View ArticleForum Post: RE: SSP 1.2-beta
Another note is that if want to update your existing 1.1.x projects to 1.2.0-beta, you may need a copy of the upgrade documentation. Most of the projects are automatically updated by the tool but some...
View ArticleForum Post: Low Power Mode with ThreadX
If you are using the LPMv2 driver with ThreadX and seeing unexpected behavior, read on: ThreadX expects to place the MCU in sleep mode when no other tasks running (only idle loop runs) or...
View ArticleForum Post: RE: Low Power Mode with ThreadX
Hello Fatih and RenesasRulz, I have to add clarification of this issue. The root cause of this is the ThreadX port file that contains the idle loop. The code of the idle loop contains the ARM Cortex...
View ArticleForum Post: Synergy Oscillator
Hi All just finished my first board with the synergy S7 micro and can not get the xtal oscillator to work. I am using a 12MHz crystal with 18pF capacitors. Can some one please assist with some advice...
View ArticleForum Post: RE: Synergy Oscillator
Hello Brian, Could you please provide more details about your issue? What MCU do you use, what software, SSP version? How did you try to initialize the oscillator?
View ArticleForum Post: RE: Synergy Oscillator
Hi Sergey I am using the R7FS7G27H3A01CFB. SSP 1.2beta e2studio: 5.3.0.023 In the SSP under clocks I set: XTAL 12M PLL src: XTAL PLL Div: 1 PLL Mux: x20 Clock Source: PLL Then under Peripherals CGC0...
View ArticleForum Post: RE: Synergy Oscillator
Hello Brian, Please verify with Section 9.3 (of the S7G2 User's Manual) that you're connecting your resonator in the right way and that damping and feedback resistances match the values specified by...
View ArticleForum Post: Watchdog / Thread Monitor example
Hi, is there an example project for watchdog or thread monitor framework available, please? Thanks!
View ArticleForum Post: RE: Watchdog / Thread Monitor example
Hello Laser, Let me refer you onto the following post: renesasrulz.com/.../thread-monitor-getting-started-guide . Regards
View ArticleForum Post: RE: Synergy Oscillator
Hi Karol, Thank you for your reply. Yes everything is already set up as you suggested and does not work. Regards
View ArticleForum Post: GUIX multiline text view
Hello, I am using a multiline text view guix widget but when I put a "\n" in the string to display it is just ignored. So my question is how to manage "\n" in multiline text view widget ? Regards,
View Article