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

There is a minor issue in pin names of STM32H750XB datasheet

Hi sir/madam,In the datasheet of STM32H750XB 57th page J1 pin name is given as PH0-OSC-OUT and in 61st page the same pin is given as PH1-OSC-OUT. which do we need to consider?Datasheet: https://www.st.com/resource/en/datasheet/stm32h750ib.pdf 

0693W000006Gj2DQAS.png
PY.1 by Associate II
  • 651 Views
  • 2 replies
  • 1 kudos

Trying to integrate the waveplayer from stm32137 example in L4+ MCU. However, the loop updating the DMA buffer only enters DMATxComplete on 3 occasions?

Here's the essence of what I have at the moment. I wonder why it does not enter DMATxComplete, I have tried with 128 and 30 buffer sizes...//****** dac.c **********//   DAC_HandleTypeDef hdac1; DMA_HandleTypeDef hdma_dac_ch1; DMA_HandleTypeDef hdma_d...

VNado.1 by Associate III
  • 905 Views
  • 4 replies
  • 0 kudos

DAC output error

I'm using STM32F405VGT6 to output sine wave by using its dac.After every output sample,which is triggerd by timer, dac's data holding register 'DAC_DHR12R2' is not holding the data and is reset to zero.So the output wave is something like sine wave m...

ZPC.1 by Associate
  • 550 Views
  • 1 replies
  • 0 kudos

wrong data send with slave i2c1 on STM32F103RCT6

STM32F103RCT6 i2c work as slave mode,master i2c machine worked with clock speed 400KHz.When master read many bytes from slave,a wrong data will come out behind the address byte.in normal,master transmits 0xA1,then it will receive 0x11 0x22 0x33 0x44b...

yqiu.11 by Associate
  • 553 Views
  • 1 replies
  • 0 kudos

EXTI line got odd/even interrupts count.

Hi friends,I met a problem.I used one EXTI line to check a button push-and-release. EXTI line was set to be triggered by both falling and raising edge. I know there will be burr when I pushed the bottom. The question is , when I pushed and then relea...

EYang.11 by Associate II
  • 498 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H743 double precision FPU process single precision data

Hi,STM32H743 Cortex M7 core with double precision FPU, it process 32bit float data(single precision) in my project, I wonder if it affects efficiency and performance of FPU, In my performance testing program, it's no different from Cortex M4 FUP.Th...

lsong.1 by Associate II
  • 2115 Views
  • 4 replies
  • 0 kudos

timer 16 interupt not trigering on a stm32L432

Im migrating the code from a stm32L031 to a stm32L432 and the timer interupt isnt triggering Ive set the LED to toggle in the CaptureCallback. This code works on a L031 using timer22. Clearly Im missing something obvious;void HAL_TIM_IC_CaptureCallba...

PGood.1 by Associate II
  • 554 Views
  • 2 replies
  • 0 kudos

Resolved! Why is SPI clock baud rate limited to 18Mbit/s?

I'm using the STM32F072RB MCU and I am trying to increase the SPI baud rate. The HSI48 Clock is 48MHz and the minimum SPI clock prescaler is 2 which comes out to be 24Mbit/s. However, it gives me an error stating that the baud rate is more than 18MB...

JAlle.2 by Associate II
  • 874 Views
  • 2 replies
  • 0 kudos