Forum Post: RE: Enable NetX Socket ADDR_REUSE Flag
Hello again, Can you make sure you create and bind TCP socket before requesting the connection (nx_tcp_socket_create() and nx_tcp_client_socket_bind() respectively). Regards
View ArticleForum Post: RE: Enable NetX Socket ADDR_REUSE Flag
Hi Karol, Both socket create and Bind are returning the value 0 which means success. But after that nx_tcp_client_socket_connect is returning 0x38 value. The same code works well, when i run it first...
View ArticleForum Post: RE: Missing _gx_synergy_display_driver_setup() while building...
Thanks so much Karol, that did the trick! Now I have something on the display and can begin with investigating where did the "touch" functionality go...
View ArticleForum Post: RE: Measuring cpu load
Hi Ian, Thank you for the info and the code. Ill give this a try. Matt
View ArticleForum Post: RE: SSC with IAR brings in all files from Src directory
Hi Alex, Ok, good to know. Thank you Matt
View ArticleForum Post: RE: Starting up... with assembler??
1. It is not mandatory to use assembler for start-up code. You can also create a project that uses C for start-up code. ncrt0.a30 does not do any clock initialisation. ncrt0 does only - stack pointer...
View ArticleForum Post: When is a data access atomic?
Hi noob to the RX64M. Couldn't find this answer in the datasheets so I thought I ask the question here. Is storing to fVal below guaranteed to be atomic? unsigned short buf[2]; float *p =...
View ArticleForum Post: RE: Missing _gx_synergy_display_driver_setup() while building...
Make sure you are waiting on the correct queue for the messaging framework messages, as the setup has changed in SSP 1.1.0
View ArticleForum Post: RE: Missing _gx_synergy_display_driver_setup() while building...
Make sure you are waiting on the correct queue for the messaging framework messages, as the setup has changed in SSP 1.1.0
View ArticleForum Post: cannot debug after update
Hi I updated to last E2 studio 5.0.1.005. Now the debugger does not work anymore. target : R7S72100 , Segger Jlink. message from eclipse: (when connected to Jlink server) Error in final launch...
View ArticleForum Post: RE: USBX Throughput Expectations
The USBX improvements included in this patch SSP1.1.1 are specific to USBHS Host mode operations. A few of the changes are in the common area, which might have an impact on USBFS Host operations.
View ArticleForum Post: RE: Starting up... with assembler??
Thank you for your reply. Is there a resource where I can see and learn the commands and sintaxis of this micro assembly language?? The thing is I have a legacy code that I have to understand Thanks
View ArticleForum Post: RE: Anyone tried lwIP stack on Renesas V850 ?
HI Thiya, Can you expound more this issue on V850? Thanks. Best, Mark Baulo Renesasrulz Moderator
View ArticleForum Post: RE: cannot debug after update
It would be helpful if you could provide the contents of "gdb traces" console window. Usually there should be an error earlier than the message implies, which causes the failure.
View ArticleForum Post: RE: Missing _gx_synergy_display_driver_setup() while building...
Thanks for that Jeremy! I got ”touch” now and think the app runs as supposed.
View ArticleForum Post: RE: Starting up... with assembler??
I would recommend to use the NC30 Assembler manual ( V.5.45 or V.6.00 ) and the M16C Software User's Manual .
View ArticleForum Post: RE: When is a data access atomic?
The simple answer is no. None of these operations is atomic when you look at assembler code. Depending on the addresses and the surrounding code all operations may require more than one assembler...
View ArticleForum Post: RE: Run the ADAS Surround-View-Kit
Hi Poloindian, Are you still with this issue? Best, Mark Baulo Renesasrulz Forum Moderator
View ArticleForum Post: RE: RL78/G12 R5F102AA- Serial code generation error
I had a look at the generated code. I think this is fine. But I haven't run it in hardware. The error appears only when you push "Reflect in Pin"? I think this relates only to the pin view in CS+.
View ArticleForum Post: RE: RL78/G12 R5F102AA- Serial code generation error
This error relates only to the pin view in CS+. You can set it manually to RxD1 in "Device Pin List". The generated code is not affected and should work fine.
View Article