RE: USBX host CDC class demo
A USB to serial convertor using a Prolific or FTDI chip will not implement CDC ACM class, these use vendor specific classes, so they won't work with the USB Host CDC ACM class. I have used the USB Host...
View ArticleRE: USBX host CDC class demo
So it should be as simple as registering the class, acquiring a cdc_acm class pointer in your thread, and read/write? I note that the API ports these 4 functions:#define ux_host_class_cdc_acm_entry...
View ArticleRE: USBX host CDC class demo
I did not use the ux_host_class_cdc_acm_ioctl() call at all in my code.
View ArticleUSBX host CDC class demo
One of the first demos that a new Synergy user is exposed to is the communications framework on sf_el_ux_comms, which implements a USB device CDC connection. I thought it would be useful to implement a...
View ArticleSK-S7: issue using USB storage and USB console together
Hello,I would like to know whether there might be an issue using the USB console framework (USB device) and an USB Stick (as USB host) at the same time. My intention was to write and read files from/to...
View ArticleRE: Errors during compilations after update of e2studio and SSP
The PDC Web CAM demo has an issue, in that there is an include path missing from the project, so it won't compile as it is distributed on the website. You need to add to the Cross ARM C...
View ArticleRE: Errors during compilations after update of e2studio and SSP
Thanks Jeremy, I went in Properties -> C/C++ General -> Paths and symbols -> Add the folder in src/inc.Now the project compilate without errors, I try to find the IP address in some code...
View ArticleErrors during compilations after update of e2studio and SSP
Hi all,I just upgrade e2studio from 4.2 to 5.1 and SSP from 1.0.0 to 1.1.3 and my project can't work correctly, I have many errors when I compilate. This project work correctly before this update.To...
View ArticleRE: TFT display on the PE-HMI1
I believe this was a custom LCD Panel no longer available. The schematic shows just an RGB TFT LCD 7" w/Capacitive Touch Panel, so I would suggest you look for a similar product as a replacement.You...
View ArticleRE: e2studio degubber "exception occured during lauch", error in final lauch...
I decided to rename the e2Studio project to GUIApp like in the document. After renaming the program I'm now able to debug and step in the code. I did not had time to investigate why it works after...
View ArticleRE: Message Queue Implementation
Any updates karol?My data will be of variable size which has to be pushed intoqueue.Basic threadX queues i can't use because my data will be more than64 bytes. can you please suggest about adding the...
View ArticleRE: sprintf with float?
Changing the llinker script seems not to solve this problem. :(
View ArticleRE: TFT display on the PE-HMI1
Hello Andrea,The display used on PE-HMI1 is LXD-M7645A. The datasheet can be found in the design pack (there's also another, bigger datasheet for smaller equivalent of this display as it has more...
View ArticleRE: Message Queue Implementation
Hello Anjali,Please look at the following project: (Please visit the site to view this file). It implements messaging framework to blink an LED using another thread. I'm also passing an arbitrary...
View ArticleMessage Queue Implementation
Hi,I need to implement message queue in my project.What are the API's available for this?Please share any documents or a small example which i can refer.Thank you.Anjali K
View ArticleRE: Change ethernet port on DK-S7G2
There is a sample program for the S7-DK board here www.renesas.com/.../D6000201.html that captures images from the camera and streams them over ETH0, please have a look at that.
View ArticleChange ethernet port on DK-S7G2
Hi everyone,I used NetX demo available on Renesas website for my webserver on DK, but I need to send video captured by the camera on my web page of the webserver. The project provides by Renesas use...
View ArticleRE: TCP-Client additional to LAN Console
Hello Ralph,Telnet is a Framework fully implemented in the configurator, which means everything is configured and opened inside the generated code and before your thread_entry function is called for...
View ArticleRE: TFT display on the PE-HMI1
Thank you Karol. I saw in the datasheet and in the PE-HMI1 user manual that the CTP driver is the FT5302, but on the chip itself I phisically read FT5406.. Am I missing something? Why the documents...
View ArticleRE: TFT display on the PE-HMI1
Hello Andrea,According to this manual: www.haoyuelectronics.com/.../FocalTech-FT5x06%20DataSheet%20V4.0_1212.pdf, all members of FT5x06 family are identical from software point of view (hence our...
View Article