Hey guys,
I’m trying to build and run the ota_example from DotExamples project.
The image built with the mbed online compiler seems to work without problems. But when I try to build the project offline with the mbed cli and GCC the built image gets stuck on initialising the mDot when calling:
dot = mDot::getInstance(plan);
throwing the following error on the serial output:
[INFO] Initialize radio…
Timer 0x200059f8 error -3: Resource not available
The toolchains (GCC version 6 and 7) used seems to work, because I’ve already successfully build a couple of projects for other STM32 MCUs.
It would be nice if you could help me to fix the problem.
Thanks in advance!
Rafael