STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

FDCAN TX fails about half of the time (HAL)

Hello,I've set up FDCAN on my STM32H753. I'm reading the transmissions using both an oscilloscope and an Analog Discovery 2.I'm currently debuggning a loop which transmits the same message over and over again. About half of the times I only get the S...

0693W00000Svdc5QAB.jpg 0693W00000SvdcAQAR.jpg

STM32G0B1 fdcan can't recieve messeages.

I am currently implementing communication between STM32G0B1 and STM32H743 using FDCAN.However, I am unable to receive stably. Sometimes it works, sometimes not.Specifically, the following is happening.(G0B1 Recieve)・Data is actually in Fifo, but no r...

Haru by Associate II
  • 1263 Views
  • 3 replies
  • 1 kudos

Resolved! Bitmap on STM32F746G-DISCO discovery board

Posted on April 19, 2017 at 09:29 Hi all Recently, I created a Win32 application to convert a bitmap (.bmp) file into a header file (.h) in order to display it in mySTM32F746G-DISCO discovery board. Everything works fine but the bitmap (24 bit de...

0690X00000606oBQAQ.png

I am new ,in STM32 . I have an old board STM32 value discovery (STM32f100RBT6B) I wrote a code for LED ON But not working ,whats the wrong

#include <stdint.h>#define RCC_CFGR_BASE_ADDR   0x40012800UL#define RCC_CFGR_REG_OFFSET   0x04UL#define RCC_CFGR_REG_ADDR   (RCC_CFGR_BASE_ADDR + RCC_CFGR_REG_OFFSET )#define RCC_APB2ENR_REG_OFFSET 0x18UL#define RCC_APB2ENR_REG_ADDR  (RCC_CFGR_BASE_A...

Getting No Source Available (Memory Address) Error

Hi,I tried to debug my code into my custom board controller (STM32F030RCT6) through STM32f0 Discovery. when I try to debug, I got the error ''No source available for ''0x8000f24''  So please tell me how to fix this error. Thanks

0693W00000Y6u4bQAB.png
DM.13 by Associate
  • 541 Views
  • 3 replies
  • 0 kudos