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.
Hi 1768ers, i ran into an issue such that i wanted to use the ticker module, but noticed that it is hard coded to use TIMER3. This posed a problem as i was already using TIMER3 for transition capture events (handy because pins are already exported on the NXP LPC1768 development board).
Anyway, i've pulled a PR: https://github.com/ARMmbed/mbed-os/pull/8122 in order to make this a choice from the mbed_app.json file.