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

STM32F446 and ADS8885 code help

HiPlease can someone help me with the code for STM32F446 and ADS8885 http://www.ti.com/lit/ds/sbas568a/sbas568a.pdf I'm not sure how to read the values ​​using SPI here is part of my code.uint8_t adc_buff[3] = {0,0,0}; uint32_t adc_val = 0;   HAL_GPI...

MDoln.1 by Associate II
  • 509 Views
  • 4 replies
  • 0 kudos

Hi, I'm using an STM32F072VB eval board and having issues receiving a CAN message and transmitting the same message to UART. I'm using IXXAT CAN Analyzer and basing my code on the CAN_Networking example which worked fine. I attached my code, any help?

/* Includes ------------------------------------------------------------------*/#include "main.h"#include <stdio.h>#include <malloc.h>/* Private includes ----------------------------------------------------------*/ /* Private variables --------------...

Resolved! STM32H7 FDCAN: sending FD message not working, non-FD works

Hi,I am trying to send a CAN FD message with a STM32H743, using initialization code generated by CubeMX. Attached you can find a screenshot of the CubeMX settings. The clock to the FDCAN module is 100MHz. This is the code I use to send the message:HA...

Fr4nky by Associate II
  • 621 Views
  • 1 replies
  • 0 kudos

Resolved! ELF loading crashes the device while HEX doesn't ?

I am using STM32F030R8T6, with 64kB flash size. Now I have <1k space left in the flash and whenever I load the ELF file with Atollic TrueSTUDIO the device doesn't work. The watchdog keeps resetting the device. However if I load the .HEX file, everyth...

0690X00000BwmRPQAZ.jpg
Labels