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

Switching a code base from stm32l010RB to stm32L010K4

Hi,I am currently trying to switch my code base from the RB version of the L010 family to the K4 version. I am doing this because the dev board I prototyped on was for the RB variant. I am building with arm (Keil).I am running into some issues in thi...

rsoc by Associate III
  • 479 Views
  • 1 replies
  • 0 kudos

Resolved! How to port a project from a STM32L476RG to a STM32L072CZYx

Hello,I'm working on a BLE project on a STM32L072CZYx MCU and there is an example of a profile that suits my need but it is on another MCU, the STM32L476RG. I want to port the code from that MCU to mine but I don't really know how to do so... I've ch...

MBour.2 by Associate II
  • 729 Views
  • 3 replies
  • 0 kudos

HAL_ADC_PollForConversion() strange behavior with DMA

I am trying to use the code below to read 8 channels from ADC1. I have ADC1 configured with 8 ranks, and have selected "EOC flag at the end of all conversions". HAL_ADC_PollForConversion() hangs forever.I noticed that if I pass the second argument t...

RBerg.1 by Associate
  • 523 Views
  • 0 replies
  • 1 kudos

STM32 using CAN-BUS.

We are not completly sure how it works. We want to make a receiving module reject some ID's and only approve some. The code we used just approve every ID. Can someone explain how the ID works within our code? (If we for example would like to approve ...

MJørg.2 by Associate II
  • 3839 Views
  • 7 replies
  • 1 kudos

UART Busy before Start.

Hi, I have a problem with a STM32L476RG.The problem is UART interface in DMA receive mode, at the beginning of my main function, after having initialized some variable, I call the function: __HAL_UART_ENABLE_IT(&huart3, UART_IT_IDLE); HAL_UART_Receiv...