STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA: last written buffer position?

DMA buffer 32 words, ADS converts 4 channels in scan mode.So every 8 ADC-starts  DMA will start at buffer[0]  (circular buffer is ticked).CubeIDE HAL is being used.How do I find out / look up  the buffer offset most recently written to?

PRenn.1 by Associate III
  • 212 Views
  • 5 replies
  • 2 kudos

LTDC + DSI Video Mode - No Display

I am attempting to display to an ILI9881C based panel. After successfully initialising and testing the panel using DSI only, I am working on DSI Video mode to pull data from a frame buffer via LTDC.I have the DSI configured as follows  static void MX...

Iris-DM by Associate III
  • 338 Views
  • 8 replies
  • 0 kudos

Resolved! Persistent data surviving re-programming within CubeIDE

Hi All,I'm sure this has been discussed before - and there's probably a solution out there, but for the life of me, I can't find it.So here's the situation.I have a large (~256K) block of graphics data, that sits within its own designated sectors at ...

Toneski by Associate III
  • 155 Views
  • 3 replies
  • 2 kudos

Best MCU to use for BMS

Hello,We are in the process of migrating our current BMS from an old MCU to a new one. and we want to check if ST has a suitable MCU for our use case:1) The MCU will manage up to 100 battery monitoring chips connected in daisy chain (isolated SPI)2) ...

tarikm by Associate II
  • 252 Views
  • 5 replies
  • 0 kudos

Resolved! STM32L053 GPIO Outputs not working

Hi,We have a custom design based on STM32L053C8U8 with the pinout mapping  as image attached. The GPIOs setting and initialization code is generated by STM32CubeIDE version 1.17.0 and companion CubeMX . however, the GPIO level the output pins are not...

quanngo_0-1737057327704.png
quanngo by Associate II
  • 322 Views
  • 8 replies
  • 2 kudos

Interrupts not working after Bootloader jump

Hey folks,I am using the STM32G0B1RE board for my development and am currently working on a Bootloader application. I have successfully implemented the jump from the Bootloader to the main application. The main application initializes correctly and e...

linker_settings.png
prateekJ by Associate
  • 333 Views
  • 3 replies
  • 0 kudos

Resolved! HAL_I2S_TxCpltCallback is called only once

I'm testing whether HAL_I2S_TxCpltCallback or HAL_I2S_TxHalfCpltCallback is called properly by setting i2s to normal and periodically calling HAL_I2S_Transmit_DMA. However, HAL_I2S_TxCpltCallback or HAL_I2S_TxHalfCpltCallback is called only once and ...

eunoia by Associate II
  • 320 Views
  • 7 replies
  • 0 kudos