STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CubeMX STM32L476 Injected ADC Configuration Incorrect

Posted on January 29, 2018 at 22:00STM32CubeMX Version: 4.23.0STM32L4 Firmware Package Version: 1.10.0When creating an EWARM project with injected ADC channels targeting the STM32L476, the JSQR register is not properly configured by HAL_ADCEx_Inject...

CDC_Transmit_FS fails

Posted on January 28, 2018 at 23:07Hi,I successfully developed USB bootloader loader for STM32F103C8 MCU. It works as follow:teraterm (an old terminal) script reads hex file line by line and sends these lines through USB VCP port (each line is ackno...

STM32F091RC - How to have printf output on /dev/ttyACM0

Posted on July 14, 2017 at 13:35With mbed-os  `printf('Hello world');` would print 'Hello world' on ttyACM0How can I achieve the same this using STMCube32 HAL API's?Initially printf() was giving me some undefined reference errors in sbrk() system ca...

Output a processor netlist from Cube into Altium

Posted on June 19, 2017 at 21:42Being the firmware guy, I get to beat on the hardware guy to give reasonable names in Cube for the pins on the processor.It would be fair payback if Cube could generate some sort of netlist that hardware guy can impor...

Position Independent Code in STM32F479

Posted on January 29, 2018 at 10:03Hi,We are using STM32F479 processor with RTX OS. The project is a C++ based code build in Keil. We want to design firmware upgrade. We are planning to have two slots,  Slot 1 at  0x8008000 and Slot 2 at 0x8080000. ...

Resolved! STM32H7xx Example-programs

Posted on January 28, 2018 at 16:09I am using the STM32H743 together with uVision 5.Are there any example-programs available not using RTOS2 and CubeMX ?What I am missing are simple demo-programs like Blinky ( without RTX ) and a demo-programusing t...