Questions tagged [embos]

embOS is a priority-controlled real time operating system, designed to be used as foundation for the development of embedded real-time applications.

embOS is a priority-controlled real time [tag:operating system], designed as the foundation in development of an embedded application.

3 questions
0
votes
0 answers

No source available for "Reset_Handler() at 0x8984" while debugging an ARM TrustZone Project in Renesas e2 Studio and embOS Library

Summary I have a C++ ARM TrustZone project which is running on a R7FA4M2 controller and the embOS-MPU RTOS should be used. When I try do debug this project, the debugger does not find the source files as soon the code jumps from the secure project…
Fabian
  • 1
  • 1
0
votes
0 answers

Embedded Segger embOS: getaddrinfo translation in gethostbyname

I am working on a project with an embedded TCP/IP-socket implementation. My problem is my overlaying SDK needs needs the function: getaddrinfo( PCSTR pNodeName, PCSTR pServiceName, const ADDRINFOA *pHints, PADDRINFOA …
0
votes
1 answer

select( ) is returning positive value only once

The select function is returning +ve value when some packets reach the UDP port as expected. But this happens only once. From second time when a packet is received on the UDP port, the function is not responding for that. But in the first time after…
Ginu Jacob
  • 1,588
  • 2
  • 19
  • 35