2022-09-27 09:33 PM
I am relatively new to stm32 and willing to know whether there are any detailed description for utilizing HAL functions. Recently, I'm DIYing a breathing LED (PWM sweeping from 0% to 100% and then go back to 0%) with stm32wb55rg on a nucleo board, without using software level counters in while loop. Instead, I'm learning to use HAL callback functions for PWMs and I found the PulseFinishCallback very suitable.
The problem is that it keeps failing with callback never reached, I've looked through so many forum questions both in ST community and stack overflow, together with so many trial and errors to find the true settings in .ioc layout for calling this HAL callback function. So Right now I'm wondering are there any things like pilots' pre-take off checklist to check for settings in .ioc file, in order to run those HAL library functions?
Solved! Go to Solution.
2022-10-11 02:34 AM
Hello,
Unfortunately, there isn't any documentation like pilots' pre-take off checklist to check for settings in .ioc file.
Best Regards
2022-10-11 02:34 AM
Hello,
Unfortunately, there isn't any documentation like pilots' pre-take off checklist to check for settings in .ioc file.
Best Regards