STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F446RCT6 this is the IC I am working on and which has 256kb flash, I didn't got a proper data sheet of the same

Hi I am a new bee here, I wanted to create a bootloader to flash two applications, so i need the flash partitions which I didn't got in the datasheet properly.and also I wanted to implement OTA so is this STM32F446RTC6 is capable of all this????

SBhat.5 by Associate II
  • 1635 Views
  • 8 replies
  • 0 kudos

STM32F303 USB CDC tutorial

Hello,I am trying the USB Communication stm32f303 with android phone usins CDC USB TERMINAL app . I am able transmit all the string. But while reception I am receiving only the first character.

Resolved! STM32F4x HAL_ETH_ReadPHYRegister blocking mode

Dear allAfter having enabled ETH + LwIP stack we are experiencing that something in the init phase are keeping blocked all.After a while we see that the root causes is inside HAL_ETH_ReadPHYRegister.Specifically we are referring at this part of code:...

0693W00000GXG4xQAH.png

Resolved! Why USB_ResetPort function has 100 ms delay ?

USB_ResetPort function is called in USBH_Process in HOST_IDLE state after USBH_Delay(200U); this results in 300 ms delay usb application.Is there any way to reduce this time in stm32 USB applications.This function is after a USB connection. Is there ...

NAgha.1 by Associate II
  • 830 Views
  • 1 replies
  • 1 kudos

Resolved! STM32F750 + USB Host + FATFS return FR_DISK_ERR

Hi, I'm trying to run a USB host mass storage on an STM32F750. After building the project in STM32Cube V 1.11.0 I have in "usb_host.c" after the line" Appli_state = APPLICATION_READY;" the code "res = f_mount(&USBHFatFS, USBHPath, 1);" written, but "...

M_Fakhr by Associate
  • 909 Views
  • 1 replies
  • 0 kudos