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

Resolved! Problems with the F103 hardware I2C

A year ago I heard from a friend that there was a problem with the STM32F103's hardware I2C. All the ones I found on the internet said there was no problem with the hardware I2C of the ST, but not the F103 series. So, I have two questions. First, I w...

Resolved! HAL I2S Receive DMA mode stuck in BUSY mode

On a stm32 mcu, using HAL_I2S_Receive_DMA the clock generation is started. At first, the application went into a hard fault and nothing is subsequently written in the data receive buffer.HardFault_Handler:08000942:  push  {r7}08000944:  add   r7, sp,...

jess by Associate II
  • 812 Views
  • 2 replies
  • 0 kudos

MCP2515 Module Library

Hello,I would like to use MCP2515 module which can be found here. Is there any tested official or nonoffical library that I can use with stm32f429-disco developer kit? Thanks inadvanced.

Öyild.1 by Associate II
  • 3544 Views
  • 7 replies
  • 0 kudos

writing single byte in flash

I'm trying to write on the flash of the stm32u5 microcontroller. Why in the flash driver, in particular in the file stm32u5xx_hal_flash.c, is present only FLASH_TYPEPROGRAM_QUADWORD and FLASH_TYPEPROGRAM_BURST? Is it not possible to write on the flas...

IVent.1 by Senior
  • 575 Views
  • 2 replies
  • 0 kudos

HAL_UART_RxCpltCallback() doesn't trigger

I am working on a STL32F401RET6 MCU and the HAL_UART_RxCpltCallback() doesn't work even though I turned the global interrupt on.Here is my code for the callback functions : void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) { HAL_GPIO_T...

LBiss.1 by Associate
  • 2177 Views
  • 3 replies
  • 0 kudos
Labels