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! Problem when create RTOS Kernel

Hello guys,I am trying to understand RTOS Kernel and create a simple one ,for that I am using core registers and I have a problem in asm codes.I am following UDEMY course so teacher is using Cortex M4 but because of free I am using Cortex M0 probably...

Zek_De by Senior
  • 1596 Views
  • 4 replies
  • 0 kudos

DfuSe DFU File Manager Bug?

I have found a possible bug in DfuSe DFU File Manager. I extracted a HEX file from a DFU file, but the addresses in the resulting HEX file seem to be mangled. The HEX file looks like this::020000040800F2 :203000005071002069E9030895DE030897DE030899DE0...

Resolved! STM32L496G-Discovery_Azure Compilation Error

Hi everyone,I am using STM32L496G-Discovery_Azure example in X-Cube_Azure IoT Kit and encountered the problem below.When building hsm_client_data.c, gcc couldn't find includes.args. I am using System Workbench IDE to build the project. Just import th...

SL61 by Associate II
  • 484 Views
  • 2 replies
  • 0 kudos

USB receive when pressed enter

Hello, I am trying to establish a USB communication between PC and a STM32 MCU. I want to receive an integer from a PC. (range of the integer is between 0 and 20.000). I added those lines:To usb_cdc_if.h :__weak void CDC_ReceiveCallBack(uint8_t *buf,...

GunkutA by Senior
  • 502 Views
  • 1 replies
  • 0 kudos