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

STM32F107 RNDIS

Hello guys,We have an RNDIS code that we use with STM32F070. We are trying to adapt this code to STM32F107. However, we could not find the equivalent of the code snippet below in STM32F107. Could you help? (We are using Cubemx.) #define RNDIS_CONTROL...

gmut.1 by Associate
  • 427 Views
  • 0 replies
  • 0 kudos

Method for STM32L4R9ZIJ6 change boot mode?

I have one STM32L4R9ZIJ6, and I loaded BootLoader on 0x08000000 and BLE Sensor bin on 0x8005000. However, when the board doesn't seems boot into the program. Red LED flashing when plugged USB power. Using Flash Loader, it ask for verify boot mode con...

YYu.2 by Associate III
  • 382 Views
  • 0 replies
  • 0 kudos

Resolved! Bootloader troubleshooting

Hello. I'm using an STM32F3, and am struggling to get the bootloader working on my custom board. It works on the F3 discovery board (If you remove SB19 and wire up a pull-high).Steps: Plug USB port into PC. Boot1 is confirmed to be set high in MCU so...

DOCon.1 by Senior
  • 1818 Views
  • 3 replies
  • 0 kudos

USB Serial communication on STM32L562E-DK

Hello,I want to send and receive data between my STM32L562E-DK Discovery Board and my pc via USB.The best way would be to use the Micro-USB port which also feeds the ST LINK (CN17). Is there an easy way to implement serial receive and send functions?...

MPetr.3 by Associate III
  • 350 Views
  • 0 replies
  • 0 kudos

[STUSB4500 <--> STM32L031K6] Is it possible to parallelly access read/write register through I2C and NVM register through GUI without any affect?

We are currently working on a USB type C based fast charging system design and interfacing STUSB4500 with STM32L031K6 to compliant PD for fast charging. We are successfully able to read and write registers through I2C.So Is it possible to parallelly ...

Bhautik by Associate II
  • 548 Views
  • 0 replies
  • 0 kudos

How many endpoint would STM32F439 support?

Hello everyoneIn datasheet, i only read following messageUSB OTG HS6 bidirectional endpoints12 host channels with periodic OUT supportDoes it mean that STM32F439 would support 12 OUT endpoints and 6 IN endpoints or?

KTuz.1 by Associate II
  • 1015 Views
  • 4 replies
  • 0 kudos

Why would freeRTOS threads which schedule properly on an F4 fail to do so on an F7? One low-priority thread steals the processor and never yields.

The running thread runs vTaskDelay() as it did on the F4. It does not help. Adjusting thread priorities has little effect. Other threads (all started with higher priorities) should have plenty of opportunity to run but almost never do. It all ran...

Sking.21 by Associate III
  • 417 Views
  • 0 replies
  • 0 kudos