I make a code under mdot-library rev. 3.0.0 and mbed-os rev. 5.4.7.
When a Ticker or Timeout of mbed-os is used, interrupt is not activated.
I think that mdot-library may use the timer resource of STM32F411 MCU, which is used for Ticker or Timeout.
How can I use a Ticker or Timeout object on mdot-library and mbed-os?