Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
My code generates a waveform using timer 0 and timer 1 interrupts. This works fine as long as I toggle the output pin using the DigitalOut in the mbed library. If I switch to using GPIO directly this results in:
If my project does not use any of the mbed library is the same startup code still used, or is it left out because the library is not being used?
Andy