Content originally posted in LPCWare by schisanoa on Thu May 01 09:32:45 MST 2014
I was debugging a new firmware with FREERTOS, when I finished debug for the first time I removed the optimization from the project, and when I restarted the project it was no more working(it work at a very slow speed).
Then I re-set the optimization level to "debug"(The previous setting), but it is still not working. Now with or without optimization the MCU seems to go at a very slow clock speed, and I can't understand why.
Maybe someone has experienced the same problem