We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I'm developing an application for an ARM9 uC, on the evaluation board MCB-STR9. I'd like to use the RTOS (RTX application) and implement in a RTOS task a UDP based transmission protocol. Even if I extensively read the documentation, I didn't have any luck to see my application working so far. Actually, I also tried to copy/paste the UDP transmission sample on the documentation, www.keil.com/.../rlarm_tn_using_udpsoc_example.htm in the http_demo example environment, to somehow correct the code in order to compile it, but still I didn't see anything coming out. Am I missing something? RL-ARM TCP/UDP communication setting doesn't seem that complicated... My subnet has a DHCP addressing. Can it be the cause? (config settings - DHCP assigned IP missmatch)? Sorry for this stupid question, sure it's due to not good product knowledge, but any help is welcome :)
Thank you in advance Sarah
Sorry, I forgot the link www.keil.com/.../rlarm_tn_using_udp_dhcpen.htm for DHCP enabled code
PLEASE HELP ME!!! X''''( I'm completely stuck. I figured out the application IS actually working with disabled DHCP in Normal mode, and it manages to send data in RTX supported mode, but I can't receive anything, on the same socket. There's probably smtg to do with the Callback function, I couldn't precisely figure out WHEN e WHERE FROM it is called, when data are received. I adapted the LedSwitch example in the Http_demo example, and I'm using the LedSwitch.exe application to send UDP data to the board. It DOES work fine in standalone mode, but it DOESN'T RECEIVE in RTX supported mode. Can anyone throw me a hint?