STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issues with HAL_SPI_TransmitReceive_DMA

Hi all--I am using HAL_SPI_TransmitReceive_DMA to retrieve data periodically from an inertial sensor. I receive an EXTI interrupt when the sensor indicates that data is ready, and in response to this I call HAL_SPI_TransmitReceive_DMA to retrieve 15 ...

crwper by Senior
  • 2392 Views
  • 5 replies
  • 0 kudos

I'm trying to download STM32F7 firmware: "STM32Cube MCU Package for STM32F7 series". I've tried at least 10 times in the last several days and they all fail, usually with an Access Denied message

i'm using Google Chrome. it typically makes it to 1GB of the 1.1 GB zip file. i once got the zip file to download but it wouldn't let me open it because I didn't have permission. No amount of trying to change the permissions made it work. i suspect t...

JCobu.1 by Associate II
  • 895 Views
  • 3 replies
  • 0 kudos

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...