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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: r_sci_spi.c bug
Hi,If you make a copy of the file in the src folder (away from the original file's location in the SSP folder tree) then you can edit it and it will not be overwritten. To prevent issues with having...
View ArticleRE: r_sci_spi.c bug
Hi Ian,thank you for your quick reply, we'll adapt your fix and proceed as you've adviced!Best regardsRalph
View ArticleRE: DK-S7G2 Bluetooth LE module reset
Hi,The problems with the module have been fixed. It turned out I was sending data to the module in a way that doesn't match the specifications.Thank you for your help!Dennis
View ArticleRE: TCP socket Connect() request fail with NX_IP_ADDRESS_ERROR(0x21)
Supreet,The IP address you are using is a private IP address and cannot be used for external access. This is why you are getting the IP address error. For more please see...
View ArticleRE: Adding TraceX to Project causes "fatal error: 'tx_thread.h' file not found"
Hallo Karol,I've updated to SSP 1.1.0, selected SSP 1.1.0 in the BSP tab and compiled my project without error.Then I've added TraceX support, which throws again the include...
View ArticleRE: Adding TraceX to Project causes "fatal error: 'tx_thread.h' file not found"
Hi Ralph,Did you include the UsbX source in your project as well?If you want to enable tracex you must include all of the sources for the Xware components that you use in your project.-Gary
View ArticleRE: Adding TraceX to Project causes "fatal error: 'tx_thread.h' file not found"
Hello RalphUnfortunately I'm unable to reproduce your problem. I've tried with USB and UART comms and both seem to compile fine. I've attached USB CDC-controlled blinky example with trace...
View ArticleRE: Adding TraceX to Project causes "fatal error: 'tx_thread.h' file not found"
Thank you very much for your replies.I'm not sure whether I've added USBX Sources. Actually I'm building a new project from scratch and try to figure out where the problem might be, then I'll keep an...
View ArticleRE: USBX Throughput Expectations
Interesting.What are the MCU clocks speeds?Are you using USBFS as mass storage device?What does your test setup consist of?
View ArticleUSBX Throughput Expectations
What are the anticipated throughput numbers when using USBFS/USBHS in the device/host mode configuration? We've hooked a ram disk to the USBFS Device and see ~120KBps, well below the theoretical...
View ArticleRE: Adding TraceX to Project causes "fatal error: 'tx_thread.h' file not found"
Hello Ralph,The source of the problem is most likely project migration. Module descriptions are not updated when you migrate the project to newer version of the SSP. You can try fixing your imported...
View ArticleRE: USBX Throughput Expectations
MCU speed, 240Mhz, USBFS as a Device. Device Class Storage class. Basically connecting to windows, waiting for the device to show up as a mass storage device, then W/R tests from/to (copy/paste).On...
View ArticleRE: USBX Throughput Expectations
MCU speed, 240Mhz, USBFS as a Device. Device Class Storage class.Rich
View Article