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

Project with UART Rx in DMA interrupt mode and two timers timer 6 and 7 configured for interrupts. Not getting data using STM32F446RE nucleo Board

I have written a code to receive UART data in DMA interrupt mode using circular buffer and configured timer 6 and timer 7 for doing other tasks in the same code. The problem I am facing is that I am not getting UART data and neither timer interrupts ...

PAcha.1 by Associate
  • 349 Views
  • 1 replies
  • 0 kudos

Resolved! Interrupt not triggered on EXTI1

actually I'm using stm32F446RE, I'm using hal library just to detect external interrupt from PA1 pin but it doesn't work, and if I put the interrupt from PA0 pin, it works fine?/* USER CODE BEGIN 0 */ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin){ c...

kkhli.1 by Associate III
  • 745 Views
  • 4 replies
  • 0 kudos

Transfer data coming from different devices

Hi ! I am receiving data from two devices and want to transmit it using usb. I am able to send using usb when receiving (to a circular buffer) only from one at a time but when I receive from both, it doesnt work (a lot of data is lost and I cannot d...

LOnGr.1 by Associate III
  • 602 Views
  • 3 replies
  • 0 kudos

FMAC control loop issue at lower temperatures

Hi,I am currently working on a synchronous buck converter (24 VDC in and 1-15 VDC, 1-15A out) for which I used the HRTIM of the STM32G474 in combination with the FMAC as a control loop:I mainly followed AN5496 and AN5305 to get my converter up and ru...

_legacyfs_online_stmicro_images_0693W00000bjM8UQAU.png _legacyfs_online_stmicro_images_0693W00000bjMAMQA2.png
empps by Associate
  • 391 Views
  • 0 replies
  • 0 kudos

Flashing Nucleo-L073rz using the system bootloader.

Hello, I have the project in which I need the flash the stm32L0 with uart using the system bootloader. I have settted required option bytes. I make the boot 0 pin high and the sytem is getting into the bootloader mode. I attach the usb to uart conver...

ABans.3 by Associate II
  • 884 Views
  • 6 replies
  • 0 kudos
Labels