STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

AT45DB SPI flash + fatfs

Im using CMSIS drivers for AT45DB and SPI. And Keil filesystem.And stuff dont work. After I call fformat function Im getting stuck at EraseChip function in AT45DB641E.c @  while (ptrSPI->GetDataCount() != 4);The thing is that byte are sent, but I nev...