STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SMask.1 by Associate II
  • 414 Views
  • 1 replies
  • 1 kudos

Is there any example of use for the HS and FS ports independently with the use of RTOS, or without the use of RTOS?

I tried to use the two ports independently, the USB HS with a pendrive (MSC) and the USB FS with a keyboard (HID), but I couldn't.It only works if the ports are treated in sequence, but not in parallel.From what I could see, the HAL libraries are sha...

by Not applicable
  • 630 Views
  • 4 replies
  • 0 kudos

USART1 ST bootloader not working on Nucleo F070RB

USART1 works as expected from firmware loaded via SWD. However the ST bootloader does not work. It never responds to the initial 0x7F with anything. I have scoped tx and rx and cannot see anything wrong and, as stated above, the UART works under the ...

Trev by Associate II
  • 473 Views
  • 2 replies
  • 0 kudos

STM32L08 bank swap/remap/alias ?

Hi, I plan to use the STM32L082 for a product that must be safely in-field upgraded. I am trying to understand the dual bank feature to see if this could help me. I would like to have the production firmware in Bank 1 via SWD, and the Bank 2 would be...

Florent1 by Associate
  • 597 Views
  • 3 replies
  • 0 kudos

STM32L452 bootloader reset by PA0

Hello,I believe I have a rather curious situation. I was able to jump to the device embedded boot-loader (USB) which works nicely. However if button connected to PA0 is pressed (rising edge), the boot-loader reboots to main code. Pin PA0 is previousl...

STM32L4 USB CDC Device

Dear,I have an issue working with STM32L4 USB CDC Device. So I have two separate projects of this. I configure USB CDC Device on the first prooject (COM6), and everything works fine. I then work on another project with a different configure on USB CD...

TNguy.10 by Associate II
  • 423 Views
  • 0 replies
  • 0 kudos

STM32F429 hardfaults in __libc_init_array after jumping to application's Reset_Handler from bootloader. Why?

I’m creating a custom USB HS DFU bootloader for my STM32F429 project, using arm-none-eabi-gcc together with the CLion IDE. I’m having trouble jumping to the application code from the bootloader.The CLion project consists of a bootloader target and a ...

timistof by Associate III
  • 1578 Views
  • 7 replies
  • 0 kudos