Forum Post: RE: Troubles with UDP send
Thanks@Karol, Related sentence in my codes are described as below NX_PACKET packet_ptr; ... #define SLAVE_IP_ADDRESS IP_ADDRESS(192,168,1,2) ... /* Enable UDP traffic. */...
View ArticleForum Post: RE: Does anyone have sample code to read I2C EEPROM?
Dear jdseymour, Could you please mention which all members you have in AIOCB structure, I want ensure whether you are using the AIOCB structure of IOIF layer
View ArticleForum Post: Debug starts in Disassembly window in HEW
I am facing 2 issues. 1. When i connect Sigger jlink the code cant download automatically, i need to 1st build all then code downloaded to flash. 2. After downloading the Disassembler window opens and...
View ArticleForum Post: RE: Troubles with UDP send
Hello feng, The third argument you're passing is wrong. You shouldn't pass an IP instance struct but just the IP address in ULONG format (just like you defined SLAVE_IP_ADDRESS). Do not rely on the...
View ArticleForum Post: RX62T SCI can not receive
Hello all, I am using RX62T 100 pin version I am using RPDL library to get my work done. My requirement is to configure SCI0 in simple SCI mode. Using the library function "R_SCI_Receive" I am able to...
View ArticleForum Post: RE: Troubles with UDP send
Hi Karol, Thank you for your support : D and as what you said, 1) I change the API calls to nx API only nx_udp_socket_send and example for this function provided by NetX Duo User Guide Version5 like...
View ArticleForum Post: IDE & toolchain on linux desktop
Hello, I would like to know what is the best choice (IDE & toolchain) to use on a Linux Desktop. Currently we can choose between e2studio & DS-5 IDE e2studio seems only available on Windows....
View ArticleForum Post: RE: IDE & toolchain on linux desktop
There is an e2studio version that runs on Linux. Not sure if the Renesas tools group has released it to the public yet, but i know it supports RZ/A. I personally haven't tried it yet though.
View ArticleForum Post: RE: RX63N TPU counter signal
Your setup is very incomplete if you expect output on a pin. Looks like you don't have a complete grasp of how the TPU works. You have configured the TPU as a free-running counter, but you have not...
View ArticleForum Post: RE: Does anyone have sample code to read I2C EEPROM?
The AIOCB structure is defined in ioif_aio.h and is as follows: struct aiocb { /* Implementation specific stuff */ struct aiocb * pNext; /** next aio request */ struct aiocb * pPrev; /** previous aio...
View ArticleForum Post: Where can I find the Schematic for the DK-S124 Kit?
The doc package for the DK-S124 will eventually be on the Synergy Tools and Kits page on the Downloads Tab, but as of this post it's not available there yet. Until then, the schematic is attached...
View ArticleForum Post: RE: Does anyone have sample code to read I2C EEPROM?
First of all, AIOCB supports asynchronous operations. Usually there are different types of Read/Write API for the application programmer, dependding on which the AIOCB structure is filled, for example...
View ArticleForum Post: RE: Enable NetX Socket ADDR_REUSE Flag
Hi Karol, Thanks for the valuable reply!! As per your suggestion, i tried ignoring the error given by NetX, but nx_tcp_socket_send is failing with same return value 56. In linux we have provision to...
View ArticleForum Post: 78F0523 software read
Greetings to all forum members, I would like to ask all members who know and are willing to help me with information on my very beginnings with 78K0 processors. I need to read processor 789K0 /...
View ArticleForum Post: RE: Debug starts in Disassembly window in HEW
These features are normally set as options in Hew and are not dependent on Compiler/Linker though I do not know if the Segger Jlink restricts the options from the E8 use. To download on connect Choose...
View ArticleForum Post: RE: Troubles with UDP send
Hi Karol, Finally, I find out the reason why the value 0x07 (NX_PTR_ERROR : Invalid socket pointer) is returned when I use nx_udp_socket_send function, I forget to add nx_udp_socket_checksum_enable...
View ArticleForum Post: e2studio with cc-rx memory exception
Hi I have problem with handling std::bad_alloc. I need tu use dynamic memory alocation so I am using try catch construction, but e2studio can't recognize __EDG_STD_NAMESPACE::bad_alloc try {...
View ArticleForum Post: Can not build the sample program of RL78/G1D Evaluation Board...
I got the sample program of RL78/G1D Evaluation Board from renesas webside ( Bluetooth® Low Energy Protocol Stack RL78/G1D applications to communicate with RenesasBLE ), I build the project (CS+ for...
View ArticleForum Post: RE: Enable NetX Socket ADDR_REUSE Flag
Hi karol, Any updates ? Regards, Nandan G
View ArticleForum Post: RX111 SCI communication
Hi, I am trying communicate with another device using SCI Fit module provided by Renesas, the RX and Tx data lines were connected to Channel 1 (PC6 and PC7 respectively) , and the followings are how...
View Article