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

boot application - issue with SCB_DisableDCache

does anybody have a idea why the code is stuck at below do while loop (bold marked)?.use case: for the boot application , SCB_DisableDCache () is getting called before jumping into use aplication.__STATIC_INLINE void SCB_DisableDCache (void){ #if de...

Anand Ram by Associate III
  • 4687 Views
  • 15 replies
  • 1 kudos

Resolved! how to use UART with DMA

I am using STM32H7B0VBT6 MCU.i want to transmit data using UART with DMA in normal mode.i am using "HAL_UART_Transmit_DMA(&huart4, &UART4_array[0], UART4_ARRAY_SIZE);"it sends only once , next time it do not work. Where i am doing wrong ? am I using ...

NKann.1 by Associate III
  • 7321 Views
  • 9 replies
  • 5 kudos

Failed to use I2C DMA for STM32F072

Issue description as below:1. STM32F072+STM32CUBEMX+FREERTOS+I2C1 DMA2. I2C1 was set for rx DMA 2. I use HAL_I2C_Mem_Read_DMA() for external device memory reading and it retured HAL_OK,but no data written to DMA buffer , DMA1_Channel2_3_IRQHandler fo...

supgz_0-1723110535016.png supgz_1-1723110557778.png
supgz by Associate II
  • 655 Views
  • 2 replies
  • 1 kudos

[STM32H750] How to Debug in SDram

I use STM32H750XBH6, Flash is 128kBytes.My Program is too big,so I Write a BootLoader to load the program into sdram ,and run it in sdram.This is the setting of my APP in keil,This way can run the program successfully , but I cannot debug APP in Keil...

Passerby_0-1723087388465.jpeg
Passerby by Associate III
  • 1084 Views
  • 4 replies
  • 1 kudos

I2C3 Slave need to re-power to work

Hi All,I am Ketan, and I am implementing own driver for STM32F4 device. I have STM32F4-DISCO Development, everything looks fine when I2C talks on-board slave device (CS43L22) but when I2C talk to external slave, which is connected thorough Jumper wir...

ketan_vd by Associate
  • 638 Views
  • 3 replies
  • 0 kudos

Unable to read second ADC channel

Hi,I am using STM32F030 for a project where I need to trigger ADC conversion every 100us. I am running this SoC on 8MHz HSI. I am using TIM3 TRG for initiating ADC conversion every 100us. I am obtain ADC every 100us with ADC_CH5 which is set to 3V3 a...

x4ce by Associate III
  • 1060 Views
  • 5 replies
  • 0 kudos