2020-11-04 12:05 AM
Hello everyone.
I want to port SPI emulator library in master mode which is originally write for STM32F401RE-Nucleo to stm32f429.
In application note AN4678 it says in order to make clock for we use TIM1 channel1 and channel2. In discovering the code suddenly I faced to use of TIM2 which never was initialized in the code.
It appeared in function SPI_Emul_EnableRessources() with no initialization.
Anyone has an idea?
Is there another straight forward way to port this library?
TNX