Forum Post: RE: Save on SD Card resources generated with GuiX
Hi Jeff, thank you very much for your kind help. I'll study your example and try to adapt to my needs. Thanks again and have a nice day Enzo
View ArticleForum Post: RE: Release Date, SSP 1.1.0?
I can't seem to access the site: synergygallery.renesas.com/ssp Can anyone else? Is this a known issue?
View ArticleForum Post: RE: Release Date, SSP 1.1.0?
Yeah it looks like its down. It was working earlier this morning, but not now. Maybe crashed. or to many people downloading the new E^2 studio and ssp at the same time. Its like 900megs. Matt
View ArticleForum Post: RE: Release Date, SSP 1.1.0?
Network outage has the site offline for now. I will post here when it is back online.
View ArticleForum Post: RE: Adding TraceX to Project causes "fatal error: 'tx_thread.h'...
Hello Karol, thanks for your reply, I'll test it with SSP 1.1.0. Regards Ralph
View ArticleForum Post: DK-S7G2 Bluetooth LE module reset
Hi everyone, I'm attempting to make use of the CMM-9301 Bluetooth LE module thats on the S7G2 development kit, but I'm having some issues with it. After powers on or its reset pin has been pulled high...
View ArticleForum Post: RE: DK-S7G2 Bluetooth LE module reset
I'm pretty sure what that bytes mean ;-) : Your SPI-Interface ins't set up right, all bits are shifted to the left by 1 (exept the last), so your clock phase is most probably wrong.
View ArticleForum Post: RE: DK-S7G2 Bluetooth LE module reset
Hi Josh, Thank you for your help! I have changed the Clock Phase setting of my SPI on SCI driver to Data sampling on even edge, data variation on odd edge and it worked! I now receive the correct...
View ArticleForum Post: RE: DK-S7G2 Bluetooth LE module reset
Take a look at the datasheet again, in the one I found there is a jumper J1 on the module that would prevent a "reset" with the pin. It is not a real reset input, it does a complete Off/On cycle for...
View ArticleForum Post: TCP socket Connect() request fail with NX_IP_ADDRESS_ERROR(0x21)
Hi, I have a client running with the ip address : 192.168.3.127 and it is trying to connect 85.119.83.194. Following are the scenarios which i tried, 1)Cross connection to PC with static ip...
View ArticleForum Post: How to uses data flash sk-s7g2 GCC
Any documentation for gcc (Synergy MCU).
View ArticleForum Post: RE: How to uses data flash sk-s7g2 GCC
I have following arrays unsigned char loops[6][250][32]; unsigned char zones[250][32]; in my program. I want to keep them in data flash. How to do? Thanks in advance, Erkut ERGIL
View ArticleForum Post: RE: How to uses data flash sk-s7g2 GCC
You will need to use the Flash HAL driver r_flash_hp to program the data flash on the S7G2. There is an example in the SSP user manual on how to use it.
View ArticleForum Post: RE: DK-S7G2 Bluetooth LE module reset
Hi, I looked at the datasheet and I see what you mean. I have also tried setting all pins connected to the Bluetooth module to output a low level during the reset and it worked. I can now reset the...
View ArticleForum Post: RE: How to uses data flash sk-s7g2 GCC
in "r_flash_lp.h", there is an error condition for s7g2-sk BSP, or the e2 is behaving strange. /** This will generate a build error if this file is included and the target MCU used is NOT one of the...
View ArticleForum Post: RE: How to uses data flash sk-s7g2 GCC
You have added r_flash_lp which is for S3 or S1 families. You need to use r_flash_hp for S7 family devices, the API for the 2 drivers are the same (so the example in the SSP users manual API calls can...
View ArticleForum Post: RE: How to uses data flash sk-s7g2 GCC
• Use the High Performance Flash API with any S7G2 MCU based board. s7g2 supports onlp high performance driver ! :)
View ArticleForum Post: RE: r_sci_spi.c bug
Hallo, we are just goinng to implement the SPI interface, so our question is: how can we implement that fix? For testing purpose, I've added a #define statement to the "r_can.c" file (I assume should...
View Article