Forum Post: ThreadX on SSP1.1.0 and e2 Studio 5.0
Hello, I am creating a simple ThreadX project. I just create a new Synergy project with S7G2 SK BSP without ThreadX. Then I configured the project via the BSP property by selection RTOS being used...
View ArticleForum Post: RE: Synergy Project Port Over issue
Hello Wanjing, We recommend you don't use alpha release as it's for preview purposes only. Instead, please download the latest 1.1.0 gold release from the Gallery: synergygallery.renesas.com/ssp Regards
View ArticleForum Post: SSP 1.1.0 QSPI issue
the parameters for the function generated are wrong ! problem occured in ssp 1.1.0 + e2 v5 void HW_IOPORT_PinDirectionSet (ioport_port_pin_t pin, ioport_size_t direction)...
View ArticleForum Post: RE: ThreadX on SSP1.1.0 and e2 Studio 5.0
Hello Wanjing, In order to enable ThreadX, you need to set the "RTOS being used" property to "ThreadX" but also add an additional thread in "Threads" tab in the configurator. Also, please update your...
View ArticleForum Post: RE: SSP 1.1.0 QSPI issue
Hello Erkut, Can you provide more information about the problem? How is it related to the QSPI? The error can sometimes be found earlier than the compiler reports. Are you using HW_* functions inside...
View ArticleForum Post: RE: SSP 1.1.0 QSPI issue
just included the driver in the configuration window, and generated/compiled the sources. without adding any user codes to it. I got the error...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Hi Karol, I am using SSP v1.1.0, e2studio v5.0.0.043, and the S7G2-DK board.. I have downloaded the USBX Mass Storage Class (Host) demo from...
View ArticleForum Post: Low Power Mode
We are attempting to measure the power usage of an S1, when it is sleeping. The documentation for the sf_power_profiles is lacking on how to get to the lowest power state. We are using the RTC to...
View ArticleForum Post: RE: Low Power Mode
If you are running with the debugger attached, then the S1 device will not go properly into a low power mode. Are you runnning with the debugger attached? To generate the additional ioport_cfg tables,...
View ArticleForum Post: RE: Low Power Mode
No, the S1 is running on a battery without the debugger attached. You are skipping over a small point, which is what are we choosing in the pin configuration, when we create the new table?
View ArticleForum Post: RE: Low Power Mode
You can now specify the pin configuration you require when you go into the low power mode, in the pin configuration that will be used in the power profile, for the sleep pin cfg table. For example,...
View ArticleForum Post: QSPI with external flash on SK-S7G2
Did anybody work with QSPI of SK-S7G2 ? I need to write a single byte to external qspi flash on s7g2, and read it. Working example projects please?
View ArticleForum Post: User boot program example for SK-S7G2
Hi, I would like to create a bootloader to program the SK-S7G2 through bus CAN. Has anyone any information or application note about how to built a boot program for this platform? Thank you
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Hello Jeff, Mass Storage device shouldn't use FileX, as the host system controls drive formatting. You just need to provide it with read/write access. I have an improved version of the Mass Storage...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Hi Karol, My question is regarding a USB MSD Host, not USB Device.
View ArticleForum Post: RE: Generate .hex, .jlink for standalone run
Sure. Quick question though do I need 1 file or two? Again, the OOB demos use two files loaded at different addresses.
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Karol, Can you define 'improved version'? We've implemented and tested the USB Host (S7DK board) and get a dismal ~1MB/sec throughput result. That's far less than I'd expect (theo. is 60MB/s). Does...
View ArticleForum Post: RE: User boot program example for SK-S7G2
Information about Bootloader examples is going to be available shortly (probably in the summer.) I don't think there will be a specific CAN example, but there will be information on using the Memory...
View ArticleForum Post: RE: User boot program example for SK-S7G2
Meanwhile. Is there any documentation for other platform I can take a look to understand the memory mirror function or something similar? Right now, For the application I am using the api function...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Hello Jeff, Sorry for the confusion. I thought that by MSD you mean Mass Storage Device, which is the slave interface. When these demos were first created, X-ware integration with SSP Configurator was...
View Article