Hi,
Thanks to your support, I have implemented HWI interrupts, clock and timers.
I think I have too much questions. But your help save me a lot of time.
I need your understanding. I can't get help from FAE.
I want to explain my project.
I am using ADC to read data from some sensors. And then I want to send ADC data to server using UDP.
I don't need any more protocols. I just open socket and send UDP to server.
Now, I am working on client_evmc6678l and helloworld_evmc6678l projects provided by MCSDK.
On E2E, I read that client_evmc6678l is using linux not sys/bios. Is it correct?
I want to use SYS/BIOS and send UDP not using linux.
When I checked client_evmc6678l project, configuration show that only NDK global is enabled.
Here is the capture for NDK Core Stack-System Overview,
For client_evmc6678l, there are functions, like TCP, UDP, ICMP.
But the above picture doesn't show green mark. Does it mean that all functions is enabled using C code not SYS/BIOS?
And is there simple project just for UDP?
Thanks in advance.
Baeyoung