Forum Post: RE: USBX Throughput Expectations
Some updates: 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). I would really like to know what...
View ArticleForum Post: RE: ThreadX on SSP1.1.0 and e2 Studio 5.0
I have verified it is the GCC version issue. Solved. Thanks.
View ArticleForum Post: CAN Driver: How to configurate FIFO Mode?
Hallo, the CAN-Controller also supports FIFO mode, but this seems not to be available (yet) via the SSP configuration, how can I implement a FIFO functionality, using more then one mailbox for...
View ArticleForum Post: GUIX Queue not working?
It drives me a little mad: (SSP 1.1.0, S7G2 on my own board) : I have a basic GUIX setup from scratch, LCD works fine. The screen is shown. Last part of hmi_thread_main: // /* Lets GUIX run. */...
View ArticleForum Post: CAN Problem with Rx-INT and SSP 1.1.0
Hallo, with the S7-SK and SSP 1.1.0 alpha, I've done a successfull stress test with the S7-SK, looping about 600.000 CAN messages (coming from a can monitor-SW) witj a parallel mesg dump to via the...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Karol, A working example would be great. Got one?
View ArticleForum Post: S3A7 Flash Memory Register Descriptions
I am looking for some information on the flash memory register descriptions. Where can I find this documentation? In the S3A7 user manual, there does not seem to be any explicit information on how one...
View ArticleForum Post: Error when adding component r_qspi
When I add in the component 'r_qspi' I get the following error upon build: fatal error: 'r_qspi_cfg.h' file not found r_qspi.h Can you assist? This seems similar to the issue I had when adding USB....
View ArticleForum Post: RE: Synergy Project Port Over issue
I have installed them and verified with the Cryto demo program and it is running. But the port over still failed and my e2 studio hang during the importing after a few times... I try to re-install the...
View ArticleForum Post: RE: GUIX Queue not working?
hello, may I know do you encounter any issue with the _gx_dave2d_jpeg_display_driver_setup? It is a function in the guiapp_specifications.c. It is unresolved in my project and I cannot compiled it...
View ArticleForum Post: Create a library in e2 studio
Hi, I am trying to create a user defined library using e2tudio ISDE. 1)What are the steps i need to follow to create my own library(.lib or .a) and how to add the same in to my project. 2)Is it...
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Sure, I'm attaching one to this post: (Please visit the site to view this file) This example extends standard MSC host demo. Yellow led indicates that board waits for the device to be inserted. Red...
View ArticleForum Post: RE: GUIX Queue not working?
Hello Dig, GUIX uses deferred drawing, meaning that your new text is drawn after the function that called gx_prompt_text_set had finished processing or relinquished the processor. As such, your char...
View ArticleForum Post: RE: Error when adding component r_qspi
Hello Rich, Did you add r_qspi to that project (and removed it) previously. Config files are only generated once. Regards, Karol
View ArticleForum Post: RE: USBX MSD Host demo not always recognizes flash drive
Renesas, Any update on this issue. I am in the process of adding USB flash drive functionality to my Synergy project and am still seeing this issue. I am using SSP v1.1.0 with the S7G2-DK board and...
View ArticleForum Post: RE: Error when adding component r_qspi
Karol, I'm not sure, but either way I should be able to remove ANY component and re-add it no? Why is the new SSP not cleaning up after itself? It should remove all references to what was added when...
View ArticleForum Post: RE: multiple ioport_pin_cfg_t generated
This feature is very annoying.I will explain some more: If I select S7G..blinky.pincfg: OK If I select my own pincfg: double data. If i give another name: I get 2 configs: one with the new name, one...
View ArticleForum Post: RE: USBX MSD Host demo not always recognizes flash drive
For anyone interested, there is another similar thread at renesasrulz.com/.../6523.aspx that addresses similar USB flash drive issues.
View ArticleForum Post: RE: GUIX Queue not working?
Thanks for the replies. Making the string global does not help. It must be a common problem with the non-functioning widget timer. I don't give up easy, so I started a new project based on S7G2SK BSP....
View ArticleForum Post: RE: USB Host Storage, SSP 1.1.0 issue
Thank you Karol for that example. It is better written and cleaner than the Synergy Demo USBX MSD Host example. However I am seeing an issue with inserting and removing a flash drive multiple times...
View Article