Hi,
I'm having an issue with the clock configuration while using the freedom bootloader 2.0 on a K66 :
For my application I need to use the default FEI mode, Idrive peripherals like FTM, I2c and DSPI, and it perfectly worked without bootloader.
The problem is, I have adapted and loaded my application with the bootloader and none of the peripherals seemed to start...
So I tried BOARD_BootClockRUN() in my application with a clock_config.c, and it worked ... only for PBE mode, I tried also for FEI but the application seems to be stuck.
Normally when the bootloader jump to the application it is supposed to set the FEI mode right ? Maybe I missed some initialisations in the bootloader config...
I'm a beginner, thanks for your comprehension,
Regards,
Alex