STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4: LL example/library for I2C

Does anyone know of a working I2C LL library or example? I can find old examples using Std Peripheral libraries (and I know I can try using the SPL_to_LL utility), and recent HAL examples, but nothing based on LL, which is my preferred way to use the...

fbar by Senior
  • 360 Views
  • 0 replies
  • 0 kudos

STM32 SRAM HW parity - a meaningful product feature?

Hardware parity generation and check mechanism can be found in the datasheet of several STM32 controllers (e.g. STM32F0/3x/L4x, etc.).I have here a few questions/concerns related to this feature and would be grateful if these could be addressed:1) Us...

Zike84 by Associate II
  • 1620 Views
  • 6 replies
  • 0 kudos

stm32h750 emwin in Internal RAM

I am working on STM32H750 microcontroller. I want to use 480X272 RGB LCD without external RAM. So i was trying emwin example code but that uses external SDRAM for lcd data storage. I changed data storage location from external RAM to Internal RAM but...

VAgga by Associate II
  • 260 Views
  • 0 replies
  • 0 kudos

CAN bus on STM32F103RB

Hello, I want to read all message coming from sensor using CAN bus. My configuration seems not okay because the CAN RX interrupt is not trigger. I made the code with CubeMX and below are my files:Main.c#include "main.h"   /* Private includes --------...

NVan.966 by Associate
  • 338 Views
  • 0 replies
  • 0 kudos