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 ArticleRE: 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 ArticleDocumenting move from Dev Kit to my own board
I am now starting a project on my own PCB:My S7G2 is now in a 176 pin LQFPAs much as possible I have followed pin uses etc from the S7G2 DKThe only complicated system on my board is dual Ethernet,...
View ArticleRE: 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 ArticleRE: 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 ArticleQSPI 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 ArticleRE: 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 ArticleRE: 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 find...
View ArticleRE: 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 Articlesetup 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 enter...
View ArticleMeasuring 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 ArticleSSC 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 ArticleRE: Measuring cpu load
Hi,There is an interesting article here on the Express Logic website discussing this topic. The non-invasive techniques should be usable with Synergy and the SSP.To measure overall CPU loading a...
View Articlegx_single_line_text_input_character_insert prints string
HiThe Guix gx_single_line_text_input_character_insert actually inserts a string instead of a character.The arguments must be a pointer and nr of characters.The Guix userguide 5.3 is not correct.
View ArticleRE: Measuring cpu load
Thank you Ian. I like the low priority counter idea and approach. Im surprised Express Logic folks dont have something already available right out of the box. ThanksMatt
View ArticleRE: SSC with IAR brings in all files from Src directory
Matt,This is actually a feature, meaning this behavior is by design.The src folder is only for files being used in the project. For other files another folder should/must be used.If kept in the folder...
View ArticleHow to implement multiple languages using GUIX on The Renesas Synergy™ Platform
If anyone is thinking about implementing multilingual support on a graphical user interface, the video below shows some ways to achieve this efficiently with GUIX.Click Here
View ArticleRE: Missing _gx_synergy_display_driver_setup() while building with IAR
You have to use GUIX Studio V5.3.0.1 or later with SSP 1.1.0. See the project migration guide synergygallery.renesas.com/.../r20an0412eu0100_synergy_ssp.pdf for the steps needed to upgrade a project...
View ArticleRE: Measuring cpu load
Hi,Attached is an example project which calculates CPU loading. The threads in the system are just delays so the loading is at 1% but it shows it working. I have tried it in more complex applications...
View ArticleRE: Missing _gx_synergy_display_driver_setup() while building with IAR
Jeremy,Thanks for the quick reply!Part of the migration I managed on my own already, and the rest with the help of the indicated guide.The project compiles and runs now, but it gets stuck in the...
View Article