Forum Post: porting a Linux/POSIX application to ThreadX
I've seen a couple of posts about porting code to Thread-X and Synergy. There's a webinar available for download that covers porting from various RTOS and POSIX threading APIs. It describes a third...
View ArticleForum Post: RE: Create ramdisk for FileX access
Have you looked at the NET-X Webserver example? I think it uses some kind of RAM or Flash storage for HTML. I don't remember how they are encoded, but they do end up being translated to structures...
View ArticleForum Post: RE: Problem while booting with uImage and xipImage
Thanks Chris uImage: for uImage I will Program everything (u-boot, dtb, kernel, rootfs) into 1 SPI flash and will split up the sqashfs image if necessary. I will post the results. xipImage: In u-boot,...
View ArticleForum Post: RE: Problem while booting with uImage and xipImage
For xipImage I tried reading location where xipImage was programmed and compared it with binary file on my host PC, both look exactly the same. OK, then your image seems to be programmed correctly....
View ArticleForum Post: RE: [iodefine] create a custom port
No way. It is not possible to create a bitfield, where single bits are located at different addresses. This is not a limitation of the compiler but a limitation of C. You could write some kind of...
View ArticleForum Post: RE: USB Boot Mode
Same question: I tried Windows Update without success. The drivers are not found. Does Renesas have the drivers and the information to use them? Or better, the program to flash the Synergy micros?
View ArticleForum Post: Error on debug launch
Hi all, I just received my SK-S7G2 kit today and I was excited to test it. I started with the small tutorial on the "Quick start guide" provided in the box. But when starting debugging, I always end...
View ArticleForum Post: How to generate the XLINK linker checksum for MSP430F2272?
Hi, I have tried to generate the Checksum using Linker file and using Software calculation(Fast and Slow 16bit CRC). I used Polynomial as 0X 11021 and 0X1021. But the linker CRC and the Software CRC...
View ArticleForum Post: RE: [iodefine] create a custom port
fredric, Have you tried setting up a bit-field union? You could then set up a few macros, like the one shown above by FrankL, to read your LED status or update them from your union. This would also...
View ArticleForum Post: RE: FTP Support?
I have an FTP server along with HTTP server working but FTP client does not work. I'm using the same nx_ip instance when instantiating the FTTP server, HTTP server and FTP client NX instances. For the...
View ArticleForum Post: RE: Create ramdisk for FileX access
The USB mass storage DEVICE example has a ramdisk over FileX instance where one can expose this disk over said USB DEVICE to the host. You can also use onboard eMMC for a non-volatile option (instead...
View ArticleForum Post: Issue Using UART and SPI on the same port
In SSP 1.0.0 the open for the UART does not clear the registers to their default values and the SMR bits are still set from the SPI use. This will cause issues when trying to use it in uart mode....
View ArticleForum Post: RE: Error on debug launch
Antoine- Can you tell me a bit more about your set-up? Which version of e2 studio and SSP are you using? Did you make sure NOT to uncheck the debugger option select when you installed? Can you tell if...
View ArticleForum Post: RE: Create ramdisk for FileX access
Hi Calvin, Thank you for your reply, I have already run the demo NetX webserver and everything works correctly. I noticed that HTML tags are encoded in the file demo_nx_http_htmlstrings.h, and every...
View ArticleForum Post: RE: Create ramdisk for FileX access
Hi Alex, The easiest would be for you to incorporate the data for your files into the code as C arrays. This utility seems to do the trick: sourceforge.net/.../bin2header Andres
View ArticleForum Post: RE: Preliminary Application Note EASE-AN-4050
Audrius, did You get any info about that?
View ArticleForum Post: RE: Create ramdisk for FileX access
Hi Andres, nice thank you ! I will try it tomorrow and come here if I have any problems.
View ArticleForum Post: RE: FTP Support?
Hi Ashwin, I've been through this before. The problem was the time wasn't enough for IP_create to complete its task. So, you might want to use the following code to proceed. do { status =...
View ArticleForum Post: RE: USB Boot Mode
There is an update to Renesas Flash Programmer that should address this issue, but we won't know for sure until the roll-out. Look for announcements in "Tool News" here:...
View Article