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

Default struct fields alignment

Hello,which is the default struct fields alignment policy of GCC, on STM32 MCU? I have the following structure: typedef struct{  uint32_t   param1;  float      param2;  uint16_t   param3;} PARAM_T;  I expected a size of 10 bytes, but it is 12 instead...

CTabo.1 by Senior
  • 26 Views
  • 2 replies
  • 0 kudos

OSPI in QSPI mode, issue with sending address

I'm importing some QSPI code we've been using a few years from an SMT32F7xx project to a new project using an STM32L4xx. Both projects use the same target device. I'm having an issue where the majority of messages don't seem to be sent. After debuggi...

TimJones by Associate
  • 199 Views
  • 8 replies
  • 3 kudos

Resolved! I can't connect my Nucleo to my STM32L0 board

Well, I'm new to the STM32. I'm developing vibration and temperature sensors, which used to be equipped with an atmega.With the new demand for processing I decided to upgrade by putting an STM32L0 in place of the old controller.The problem is that no...

CAN initializing issue

Hi ST-CommunityI am working on CAN Communication in F103When I am de-initializing properly , But when , I am reinitializing it is not workingPlease tell me how to reinitialize CAN Communication if (0 == HAL_GPIO_ReadPin(BRAKE_GPIO_Port, BRAKE_Pin)) {...

CAN Communication in normal mode in STM32F407

I want to receive the MessageRx_CAN [8] in my RxFifo 0 buffer but i cannot get that. Could you please help me out how can i implement that to get if want this requirment. DLC = 8; StdId = 0x245; IDE = CAN_ID_STD; RTR = CAN_RTR_DATA; I have attachte...

Zephyr: how DAC on STM32H723ZG ?

Dear all,does anyone have experience with setting analog output signals via Zephyr RTOS? I managed to get the D/A conversion on the Nucleo H723ZG to run via STM32CubeIDE, but I’m running intro trouble when using Zephyr. Apparently a "DAC" driver is r...

STM32 Release date

Hello, Could I know the release dates of the following components:STM32F103VGT6STM32F103ZGH7STM32H743ZIT6STM32H743VIH6STM32H745ZIT6STM32H745XIH6Through this page on product longevity (https://www.st.com/content/st_com/en/about/quality-and-reliability...

DSA_qb by Associate
  • 64 Views
  • 2 replies
  • 0 kudos

I2C issue when called from external file

Hi There, We have IO expander that is connected using I2CFile: Application.C has functions for change the IO value of the IO Expanderthere is a UART that the user can connect to and change the value of the IO Expander (using CLI) Following functions ...

GalBTM_0-1719310004297.png
GalBTM by Associate II
  • 46 Views
  • 0 replies
  • 0 kudos
Labels