Problem with uint64_t and EXTI Callback function
Posted on May 11, 2016 at 15:43Hello, I use the HAL EXTI callback function on an STM32F411 and have made the following strange experience: When changing data types from float to uint64_t for Efficiency in another callback function (actually from DMA...