Questions tagged [embedded-systems]

Computer hardware and software which forms a component of some larger system. They are expected to perform functions with relation time constrains, without human intervention. Embedded system can range from simple MP3 player to complex avionics system.

76 questions
13
votes
2 answers

How do you ensure physical network interfaces always get the same interface name across reboots on an embedded Linux system?

For an embedded Linux system, if I have two or more network interfaces, how do I ensure that they always get the same interface names every boot In other words, I want, for example, eth0 to always map to one physical Ethernet port, eth1 to the next,…
Patrick
  • 1,082
  • 7
  • 17
4
votes
1 answer

How can I determine the code changes in an Atmel ASF update?

Atmel's ASF (Atmel Software Framework) is periodically updated by Atmel. When an update is available, Atmel Studio notifies you and asks if you want to download the update. If I install the update, this does not update any code in my existing…
Patrick
  • 1,082
  • 7
  • 17
1
vote
0 answers

Ethernet to serial converter using TM4C129EXL

I need help regarding the lwip stack with tiva c, I am building UDP to serial converter, the function is working correctly, but I have some concerns: When I receive the UDP packet buffer, I directly echoed it back if UART is busy sending the…
user23208
  • 11
  • 1