Using FLASH to share info between Bootloader and Application
Hi, I already have a Bootloader project and Application project loaded in the flash memory.The whole system is working, I can use the Bootloader to load a new Application from the USB. Now, I would...
View ArticleMMF and Vector table
I have been successfully using the MMF for my application but I have recently added and I2C driver (without the DTC) and now we are experiencing issues (system halting) due to the interrupt handlers....
View Articleusing ELC to trigger ADC from timer
On the Synergy Configuration page of E2Studio I have a g_adc0 and g_timer0 driver components in a thread. I can configure the ADC scan properties for ELC Event trigger but can't find a way to configure...
View ArticleProgram calls NMI interrupt when "gx_window_event_process" is called at the...
Hi all,I am fairly deep into development with messaging setup and working communicating between 5+ threads.My touch panel control thread that handles windows and widgets sends only ONE class of...
View ArticleHow to pass a variable to a post build step?
My application has a revision number that needs to be passed to a post build step and used in the program. I defined a Build Variable and was able to pass that to the post build step, but couldn't...
View ArticleRedirect stdio to FileX
Hi,Is there some documentation about how standard libraries are implemented with the Synergy platform? More specifically, I am currently trying to find out if it is possible to redirect standard file...
View ArticleProblem loading/running application to S5D9 custom board
Hello,we're working with a custom S5D9 board (SSP1.2.0) and we're having problems running an application. We're porting this application from a custom S7G2 board and we've created a new BSP for this...
View ArticleQuick S7G2 Configurator Question
I was doing a design with two different modes of communication through SCI on the same channel: SDA7/SCL7 for I2C and TXD7/RXD7/CTS7 for UART. The configurator implies you can do only one or the...
View ArticleBus Switching.... Hardware Advice
Howdy,Project uses an S7G2, I am upgrading from the 144pin to 176pin package to add peripherals.My existing hardware uses the GLCDC and is succesfully driving a 480x272 Colour Display with 16 bit RGB....
View Articledefinition of the variable in synergy SSP
Hello I want to ask about the definition of the variable in synergy SSP where is it introduced?
View Articlegdb crashes when "watching" a structure or union
I have the following data structure:typedef struct __attribute__((packed)){ uint8_t lengthOfPacket; uint32_t panelNumber; uint32_t nextCallInTime; uint8_t desiredStateOfCollectValve; uint8_t...
View ArticleGauger
good evening. I have this example where it works with touch to advance .. somebody knows which command to trigger the adc in some of the functions ..? The logic is depends on the adc it goes up and...
View ArticleUSBX mass storage host possible conflict with emmc?
Hello,we tryied to add the USBX Mass Storage Host module (from the gallery) to our application. We need to save a log text file into a USB key when inserted, so we added the USB Thread and the...
View ArticleFileX File Attributes Set Problem
Hello,I have a problem with the FileX call fx_file_attributes_set().I want to use file attribut as a marker if i already have touched the file at the last startup.I can read the attributes with...
View ArticleSK-S7 Bootloader Issue using Renesas Utility
HI,I am working on a bootloader for S7-SK (USB-HS device mode)and i was using the reference code from S7-DK and I am using Renesas Flash loader utility/Command prompt.I can able to create BCH file and...
View ArticleChange LCD brightness dinamically
Hello,in our HMI application, we need to dinamically change the LCD brightness (e.g. inside a Setup Menu). At every increasing/decreasing brightness event, I call the...
View ArticleHow to force ThreadX context switching from interrupt?
Hi,Is there any way to wake up a highest priority task from a interrupt event, before it completes the time slicing?In FreeRTOs the ´portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); ´ do the work.
View ArticleConsole Framework - Space between command and parameters
Hi everybody,I am using the console framework to be able to control the board thanks to RS232. Are we forced to insert a space between the command and the remaining string or can we modify the console...
View ArticleBootloader Size Minimization
Hello, My bootloader application is working as expected.I set the start address of the application to 0x20000 and the size of the Flash area to 0x3E0000both in the bootloader and the app which will be...
View Article