mtdot running an empty loop
- This topic has 2 replies, 2 voices, and was last updated 8 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Tagged: mdot keil keil5 mbed
Hi all
I am developing a firmware for mDot on the mbed platform via Keil5.
After revealing various malfunctions, I erased the chip and reprogrammed it through Keil5 (Cpp).
From this point on, the program starts, but it stays in an empty infinite loop, code debugging is not there and if i stop the code the debug shows asm code panel.
mDot is broken?
Hi Stefano,
You should be able to confirm if the mDot is functioning by loading original AT command code.
https://webfiles.multitech.com/wireless/mtdot/dot-v3.0.0/
Kind regards,
Leon
Hi Leon
I loaded the bin you showed me and checked the status of the mDot via the terminal.
It works!
By Keil I then uploaded my firmware and did not give it any more trouble.
Thanks so much!