STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F407 USB host enumeration routine is not called

Hi, my USB host (CDC class) enumeration get stalled when the device is attached and enumeration status is ENUM_IDLE. The "IF then" test statement "if ( USBH_HandleEnum(phost) == USBH_OK)" should call the routine USBH_HandleEnum() but it does not and ...

Paulus by Associate II
  • 1401 Views
  • 2 replies
  • 1 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
  • 935 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...

Interrupt priority with CMSIS-RTOS2

Hi,I am working on a project with Nucleo board 401 and the serial device SIM808, the communication is managed with CMSIS-RTOS2 APIs.In my code there are two threads, the first (mainTask) that sends an AT command at the SIM808 and the second (StartDef...