Execution delay different for NUCLEO-F207 and NUCLEO-F767 boards for the same set of lines
Hi, I wrote a standard (DFT)Discreate fourier transform code (code is not the issue), in NUCLEO-F207 board using zephyr RTOS. I build the same program for NUCLEO-F767 board and flashed.
The time taken to execute DFT code in NUCLEO-F207 was 8700 micro seconds.
The time taken to execute the same code in NUCLEO-F767 is 65000 micro seconds.
FPU(Floating point unit) is enabled for NUCELO-F767 board
Hardware and softwares are completely same for both the boards
How is it happening what is the potential cause ?
