STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GPIOs under DFU mode are set randomly

Hi​ ST support team,I am using STM32L4 for a developing project. And I recently found that the GPIOs under DFU mode are set very randomly.That means, for most of the boards we produced, for a specific pin, it is set as LOW, but some are set as HIGH. ...

WJi.2 by Associate
  • 460 Views
  • 2 replies
  • 0 kudos

How to switch between MSD and FatFs?

Hi I like to use my small mcu system (stm32f401 with 4bit SDIO and USB-Device) in the follow way:If USB is plugged in -> the system should behave like a msd on a windows machine.If USB is not plugged in -> the system should read the files from the sd...

CFosc by Associate
  • 295 Views
  • 0 replies
  • 0 kudos

STM32F413VGT uart9 baud rate problem

There is a bug to set baud-rate of uart9.If I set it to 9600, it works as 19200.I think it is a problem of driver code.The UART9 and UART10 should use PCLK2 but the code uses PLCK1.Please check below.My environment:Win 10. 1809STM32CubxMX version 5.2...

TKim.11 by Associate
  • 274 Views
  • 0 replies
  • 0 kudos

CCA02M1 microphone example project code size

We've bought NucleoF401 and CCA02M1 boards. But example project provided by ST about 39KB, this is much more than free limit of Keil5. How can we use examples with free Keil version? These are development boards for everyone(students,hobbiests..), wh...

BISIK.18 by Associate II
  • 328 Views
  • 0 replies
  • 0 kudos

STM32F1xx_HAL_PCD -- wrong EP_IN/EP_OUT

HAL v1.7.0, stm32f1xx_hal_pcd.c, line 199During OUT EP init we have IN EPShould I fix it on my own? for (index = 0U; index < 15U ; index++) {  hpcd->OUT_ep[index].is_in = 0U;  hpcd->OUT_ep[index].num = index;  hpcd->IN_ep[index].tx_fifo_num = index; ...

RBaly by Associate
  • 207 Views
  • 0 replies
  • 0 kudos