STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1267 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...