Question
Is AutoReloadPreload something new with cubeMX v19, firmware 1.6
Posted on February 04, 2017 at 19:00
Hi,
I used to use cubemx with 1.5.1 firmware.
I am using NUCLEO-F767ZI board. After formatting my computer, I realize that there is something new in timer configuration lines. It comes as:htim(anyofthem).Init.AutoReloadPreload = TIM_AUTORELOAD_PRELOAD_DISABLE;
After cubemx, I am adding configuration files to the mbed OS and it returns error for that lines.
If I just delete that line, is the board works properly?
#cube-mx #nucleo-f767zi