Forum Post: RE: Crypto APIs crash when called
Hi Rich, Without AES we have to go to an outside library for file encryption. just to clarify: the "key creation" API is not there yet, i.e. you cannot have the SCE generate device-specific, random...
View ArticleForum Post: RE: Failed to build in Release mode
Hello Rich, Can you tell more about your project configuration? What modules do you have selected on the components tab? Was the project imported or did you create one from scratch in this workspace?...
View ArticleForum Post: RE: tx_queue_receive corrupts stack
Hello, Is your code trapped inside NMI_Handler with the last check (i.e. stack corruption) coming out as true? Did you configure the queue properly in the configurator (the message size is in 4-byte...
View ArticleForum Post: RE: Failed to build in Release mode
I suppose you miss some include file definition in the compiler options. Debug and release version use separate sets of compiler and linker options. So you may have different include file directories...
View ArticleForum Post: RE: Failed to build in Release mode
I suppose you miss some include file definition in the compiler options. Debug and release version use separate sets of compiler and linker options. So you may have different include file directories...
View ArticleForum Post: RE: External Memory Bus Access, Data/Address OK, no Chip Select...
Hello Rich, When writing to one area only, you'll need to insert CS assert wait using R_BUS- CSRC0[4].CSnWCR2_b.CSON = 1; Alternatively you can write to multiple areas in sequence. Refer to section...
View ArticleForum Post: How to launch/run release version of App?
I would like to review the performance of my app build as release. Compiling works with out problems, also release path and elf file seems to be created correctly. But if pressing the run button (...
View ArticleForum Post: RE: How to launch/run release version of App?
Hello Ralph, Synergy Projects use GDB Server for debugging. You need to click an arrow next to "Debug" and go to "Debug Configurations". Make sure you've selected the right configuration on the left...
View ArticleForum Post: S7G2 GPT Hardware Count Start/Count Stop and Clear Operation
How do I configure an e2 studio Synergy generated project to control the operation of a GPT output. I have an GPT Timer Drive thread configure to provide a 4us PWM 50% duty-cycle output on GTIOC3A_A...
View ArticleForum Post: RE: S7G2 GPT Hardware Count Start/Count Stop and Clear Operation
Hello, This functionality is not yet implemented in the configurator so indeed you'll need to use register access to enable desired functionality. First, make sure that the P100 is set to Peripheral...
View ArticleForum Post: RE: SD card using S7 DK/SK
Do you have these interrupts enabled? • SDHIMMC0 ACCS • SDHIMMC0 DMA REQ
View ArticleForum Post: RE: S7G2 GPT Hardware Count Start/Count Stop and Clear Operation
Karol, I had applied the setting that you have suggested, but the end result was unsuccessful. The only way I can see to put P100 into Peripheral mode, using Synergy Configurator, is by enabling GPT0...
View ArticleForum Post: Viewing ThreadX source when using IAR
Dear Forum, Is there a way to see threadx source code and be able to step through it when using the IAR tool chain? I have a license file from October of 2015, however it says Source=no, View=yes for...
View ArticleForum Post: NetX nx_dhcp_src and TraceX conflict
I needed to add NetX BSD support to my project. To accomplish this, I needed to add nx_src and nx_dhcp_src. I followed the examples in this thread: http://renesasrulz.com/synergy/f/206/t/6593.aspx...
View ArticleForum Post: RE: S7G2 GPT Hardware Count Start/Count Stop and Clear Operation
All options are shown with the asterisk because the pin P100 has already been set to be used for something else. Clicking and arrow to the right of the box will help you go to the source setting and...
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
To view NetX source, you'll need to request new license. You cannot use "replace encrypted files with decrypted" option unless you have a clear source license. Regards
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hi Karol, Ok, Great Thank you. Matt
View ArticleForum Post: RE: tx_queue_receive corrupts stack
RTFM. I did not use the configurator. In the call to tx_queue_create i had set the size in bytes instead of 4-bytes words. The strange thing is that i used some other queue's with the same mistake...
View Article