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! STM32F0 IAP USB problem

I use __HAL_SYSCFG_REMAPMEMORY_SRAM(); this function ,but MX_USB_DEVICE_Init(); can't work.After I went to debug tool ,it appear cannot access memory this problem.I don't know how to solve it.Maybe it should register address problem,or init address ...

1123 by Associate II
  • 606 Views
  • 2 replies
  • 0 kudos

problems with usb msc device on stm32f4

Hi. I need to create USB MSC Device on STM32F407. I use CubeMX for create project. When I compiled the project with MSC_MEDIA_PACKET = 512 windows did not see the mass storage device, then I changed MSC_MEDIA_PACKET = 256 and windows saw the mass st...

MishaT by Associate II
  • 416 Views
  • 0 replies
  • 0 kudos

Reading ADC ?

Dear ST Community Members,I want to read a value from 2 ADC channels on STM32L031,How can I do that using polling conversion ?Thanks