debugging - stm32f207 program doesn't work without entering debug -


there microcontroller sends udp packets on ethernet. problem - after restarting power mc sends nothing on ethernet if don't enter debug mode.

i use iar 6.6 , works fine if enter debug mode without downloading code. added delay few seconds doesn't work without debug.

what can problem?


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -