STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Set Pending PendSV

I am trying to fire the PendSV interrupt from within SysTick. I was trying to use HAL_NVIC_SetPending() but discovered that this function ignores interrupt IDs of 0 or less. I am looking for an alternative.

JoeJoe by Associate II
  • 592 Views
  • 0 replies
  • 0 kudos

Resolved! Inefficient BSP LCD code

After poking around a bit more in the STM32CubeIDE code, I'm seeing a pattern of issues that indicate a serious lack of understanding on the part of the authors of the shipping BSP code. This code was written several years ago, but it is the shipping...

bitbank by Associate II
  • 1534 Views
  • 3 replies
  • 7 kudos

I'm getting HAL_I2C_STATE_BUSY_RX

Hello,I have developed a code in FreeRTOS mode that contains two main tasks. The first one check if I have received an RX buffer on the I2C bus, and the second one manage the data that has been received.However, after receiving the first buffer, I am...

_legacyfs_online_stmicro_images_0693W00000bkVdiQAE.png _legacyfs_online_stmicro_images_0693W00000bkVdJQAU.png _legacyfs_online_stmicro_images_0693W00000bkVd4QAE.png
Mabou.1 by Associate II
  • 4604 Views
  • 15 replies
  • 0 kudos

Resolved! Storing Images in QSPI Flash

Hello,I am using the STM32H747I-DISCO board for prototyping. I was able to load up the "Tutti Frutti" game demo on the board to verify the hardware. In my own application I was able to store a small 320 x 240 image in the internal flash of the STM32H...