STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Programming External QSPI with OpenOCD via STM32H7A3/STM32H7B0

So firstly, I'll explain what I'm trying to achieve. My company is planning to utilize an STM32H7B0 because it's the chip that we were able to find stock of. For testing, I'm using a STM32H7A3 because it was available as a Nucleo board. The primary r...

0693W00000aHdsAQAS.png
AEarl.1 by Associate
  • 5149 Views
  • 4 replies
  • 0 kudos

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! program hang up at "print..string" , same working on other positions and also was working before - have no idea anymore

breakpoint reached normal;from here this jumps to "show.."and then this breakpoint seems never reached, but when going step by stepline 1354 is reached and also the following "sprintf.." , but it gets curious:when "Radio.." text is selected , is draw...

0693W00000aHd6uQAC.png 0693W00000aHd4wQAC.png 0693W00000aHdFmQAK.png
AScha.3 by Super User
  • 1317 Views
  • 7 replies
  • 0 kudos

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
  • 1525 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
  • 6775 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
  • 1042 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
  • 5994 Views
  • 3 replies
  • 0 kudos

CANbus: Check if CAN message failed to send X number of times

Hello,I am working on a CANbus communication with a critical system component that, if it is NOT communicating, portions of the systems should be shut down. I am trying to come up with a way to determine if communication is lost, but I feel like the ...

KMew by Senior III
  • 616 Views
  • 0 replies
  • 0 kudos