Forum Post: RE: Adding a webserver to a project.
Hello Matt, The alignment for packet is there because NetX requires it to be aligned on a LONG (4-byte) boundary. I suppose this is because it's accessed using LONG pointer. Removing the alignment...
View ArticleForum Post: RE: RL78/G14 Timer RD in RESET SYNC MODE (problem to set duty...
Hi filipef2, Have you any progress on your project? MarkBau RenesasRulz Moderator
View ArticleFile: VK-RZ/A1H led sample
Well ... the Renesas RZA1H starter kit LED example is little bit tricky. In the vector table there are addresses of the handlers, but according to arm cortex A documentation there are allowed only 2...
View ArticleForum Post: Problem with linker file in e2studio
I try to get an example project from ARM DS5 working in e2studio, but the .map file does not correspond with what I expect (according to the documentation). The project I try to build is "Example of...
View ArticleForum Post: RE: RL78/G14 Timer RD in RESET SYNC MODE (problem to set duty...
Hi guys! Good day! Sorry I didn't write any feedback after the last comments... Well, I did take in consideration the comment, but, for me, the issue is not closed...See below my considerations: -...
View ArticleForum Post: RE: Problem with linker file in e2studio
Hi, The problem is that I expect that the region LOAD_MODULE2 contains for example code for spibsc_init1.o, I am afraid that you mistake "GNU ld script file" for "ARM scatter file", because...
View ArticleBlog Post: Extending Battery-Operated Application Life with Synergy S1 Series...
Think about the Internet of Things (IoT) for a second. What are two essential components that realize the IoT vision? If you answered MCUs and sensors, you win the smart developer of the day award!...
View ArticleForum Post: RL78/G12 R5F102AA- Serial code generation error
I am using CS+ to generate serial( UART1 i.e P01 and P00) for R5F102AA 30pin IC. CS+ throwing "E0300004:The setting of pin No. 2 was not changed." error. Please help
View ArticleForum Post: RE: Parallel Communication for TFT
Problem is with level converter IC used in between TFT and controller.Once after removing level translators, now parallel port is working proper. Thanks
View ArticleForum Post: RE: smart browser
Hi Ziyuan, Yes, this was do to a major overhaul of the Renesas Web. There is a fixed released to the update site today and general download area....
View ArticleForum Post: RE: RZ/A1H Android
No. Android is not a good fit for a 400MHZ Cortex A9 with only 128MB of SDRAM. The Renesas RZ/G1 series is more suited for Android.
View ArticleForum Post: RE: Adding a webserver to a project.
Hi Karol, Thank you for the info on the alignment. So I got your demo to compile with the IAR tools. USB stick and webserver leds look like things are working as they do when running it on Eclipse....
View ArticleForum Post: Need help resizing (and moving) video capture window
I'm trying to start and stop video capture using the Sample VDEC and VDC5 drivers (from app notes R01AN1822EJ0100 and R01AN1823EJ0100), however things are not behaving quite as I expect. I want to be...
View ArticleForum Post: RE: memory mapping 78KOR in CubeSuite++
I still have linker problems that have not been solved. Sorry, if my last message sounded as if the problem may have been solved. The end of my last shows that using the link directive generator...
View ArticleForum Post: RE: Adding a webserver to a project.
Matt, Seems like you forgot to add ux_host_class_mass_storage in the components tab as it wasn't visible in the thread view. You also need to add fx to the project. When running the code, make sure...
View ArticleForum Post: RE: Adding a webserver to a project.
Karol, You are good. Ok, so why did Eclipse generate that error for the missing ux_host_class_mass_storage as if it was a problem with that tx_thread_sleep? Just seems goofy. So what is up with the...
View ArticleForum Post: Guix problem printf
Hi When I use a sprintf in a guix event the system crashes. There is a solution in...
View ArticleForum Post: RE: Adding a webserver to a project.
The drive capacity is not related to IAR, its known for the DK that it has problems with other settings than medium, probably because it has a lot of different features and therefore the routing of...
View Article