Forum Post: RE: Adding a webserver to a project.
Hi Karol, Yes when I was cleaning and rebuilding it kept going back to the same place with the error. That delay call. Thanks for the info on the call back. Ill look into that and the api calls....
View ArticleForum Post: RE: Guix problem printf
Hi all, thanks for the replies. I think i have some witchcraft in my code (or a bug). I am struggling for a few days with a GUIX vertical list. At first the sprintf thing. Solved by the loadscript....
View ArticleForum Post: RE: Guix problem printf
Hello Dig, There is reported issue where scrolling vertical list with D/AVE2D will cause image corruption (smudging). While firmware team is working on a fix, the temporary solution is to disable...
View ArticleForum Post: Synergy XIP
Are any of the Synergy Processors capable of XIP from a QSPI FLASH similar to the RZ?
View ArticleForum Post: RE: Synergy XIP
S7G2 and S3A7 are capable of executing code from QSPI address space (ROM access mode). in SSP 1.1.0 the BSP's for the S7-SK, S7-DK and S3-DK all initialise the QSPI peripheral and QSPI Flash device to...
View ArticleForum Post: Lockup on r_sci_i2c write() function
I am using the I2C Driver on r_sci_i2c. Everything work perfectly as long as I have the SCL line pulled up to Vcc (I am using a 10K ohm resistor). However if I remove the pullup resistor then the...
View ArticleForum Post: Which Synergy example apps support SSP v1.1.0?
Here is a list of all Synergy example applications on the renesas.com website and which version of SSP they each support: Published Summary Website publication date Published SSP version Creating a...
View ArticleForum Post: QSPI hal driver question
Hello all, In the file r_qspi.c the erase function uses the 64KB erase block command (D8H). When trying to port a FileX driver to use this piece of memory, I think I am then forced to have 64KB...
View ArticleForum Post: RE: QSPI hal driver question
In the meantime, for anyone that wants it, if you add this code to your driver file and call it instead of the other sector erase funtion , it erases 4KB sectors instead. Not a good fix because as I...
View ArticleForum Post: RE: QSPI hal driver question
Hello Bill, Since this is a clear source file, you can still make changes to it. Before you build, save this file individually and set its properties to read-only. The changes you made should stay...
View ArticleForum Post: RE: Documenting move from Dev Kit to my own board
Somehow I managed to tie a custom BSP ;-) But I wonder how to get settings in it which belongs in there, but are only visible when a driver is loaded. For example I have a negative logic input on the...
View ArticleForum Post: RE: QSPI hal driver question
I have this demo project, for SSP 1.1.0. fileX running on QSPI with 4KB sector size. However, there is no wear leveling on the use of the QSPI flash for the file system.
View ArticleForum Post: RE: QSPI hal driver question
Thanks Karol and Jeremy. Karol, I'm wondering if there is a "right" way to do it, or can that be submitted as an thing to do in the next release? There are a ton of constants that a user might wish...
View ArticleForum Post: setup ethernet MAC address from running program
Is there any way to setup MAC address from apprication? The configurator has MAC entries, and generate MAC information by #define macro. This works find for application development, but I need to...
View ArticleForum Post: RE: setup ethernet MAC address from running program
Hello tomo, You are correct in that there's no API call to control MAC address. It is assigned inside protected source you can't modify, but the #define it's assigned from is in clear source...
View ArticleForum Post: RE: setup ethernet MAC address from running program
Thank you Karol. I'll try your solution above. Is there driver for writing data to data flash on runtime? I'm looking for information how to write data to data flash from application, but could not...
View ArticleForum Post: RE: setup ethernet MAC address from running program
Hello tomo, To write to data and code flash on runtime, you need to use r_flash_hp HAL driver. Section 4.2.13 of SSP User's Manual shows how to configure and use this module. Regards
View ArticleForum Post: Measuring cpu load
Dear Forum, Does anyone know if there is a way in ThreadX to measure the cpu load? Maybe a way to see a list of all the processes running and how much each one is consuming. Maybe an api call into...
View ArticleForum Post: SSC with IAR brings in all files from Src directory
Dear Forum, Not sure if this is a bug or a feature, but Im looking for a way to turn it off and keep it from doing this. In my src folder I have several files that Im not currently using just yet. I...
View ArticleBlog Post: Blending Performance and Integration with Renesas Synergy S5...
Over the past three posts, I’ve introduced you to Renesas Synergy MCU options for High Performance , High Efficiency and Ultra Low Power requirements. This week I spotlight the fourth and final series...
View Article