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

STM32G4 DMA triggers

stm32g474ve , dma can be triggered using external interrupts, but dma cannot be triggered using software.  In theory, both external interrupts and software interrupts should trigger events. At the same time, I have verified that stm32h750 is OK. So ...

Pangzi_0-1724392408483.png
Pangzi by Associate
  • 304 Views
  • 2 replies
  • 0 kudos

Resolved! CAN TX Error

Hi, I am new to ST, trying CAN TX RX Code. Every time I Transmit Error frame is getting generated instead of Data . Please  suggest what i am doing wrong in the below code.  I am sharing my main file   Thanks

ssalvi by Associate II
  • 1088 Views
  • 5 replies
  • 0 kudos

Sine wave generation using DAC

Hello everyone,  I am trying to generate sine wave using DAC and interrupts in my STM32F446 board. I want to do it without using array model. I am getting b infinite_loop when the program is run in debug mode. I have initialised "use float with print...

LEDs blink when I write to the stm32103c8 flash

Hello, good afternoon.I'm using a stm32103c8, and I'm having a serious error when writing to the flash. I'm working on a project where I use timer4 and I'm doing a multiplexing between 8 pins where I control the LED and button, but when I write the L...

Resolved! HAL_UART_RxCpltCallback not called in DMA

Hi Everybody, USART interrupt enabledDMA interrupt enabledUSART2_RX circular USART2_TX normalSimplifying code to the essential part here, code is receiving the bytes in the circular buffer but it does not jump to HAL_UART_RxCpltCallback. Could someon...

Resolved! STM32F446RE: CAN hcan->State is always at listening state

Hello all,   I am working on a ECU system and using CAN protocol to communicate with peripheral. The MCU i am using is a STM32F446re. I have a problem when trying to execute "HAL_CAN_Init(&hcan1)" function. Indeed, the line "hcan->State = HAL_CAN_STA...

Erwan03 by Associate III
  • 626 Views
  • 7 replies
  • 0 kudos

Support for STM32U073 in Arduino

When will support for the STM32U073 be added to the Arduino package? I just updated to 2.8.1, but still no support for the STM32U073. Just a Generic STM32U073KB is all I need. Of course, this means that appropriate code libraries for the U0 need to b...

doctek by Associate II
  • 706 Views
  • 6 replies
  • 6 kudos

ST Tof VL53L8CX and Arduino Portenta H7 Lite

I have a Arduino Portenta H7 lite and I am using Arduino IDE to program it to read data from VL53L8CX.I am able to read data over I2C. But for SPI, I am getting the following errorerror: no matching function for call to 'arduino::HardwareSPI::Hardwar...

2hg by Associate
  • 284 Views
  • 1 replies
  • 0 kudos