STM32H753 Can the master clock output ( MCLK output) work if the I2S mode is set as slave?
HiDoes anyone know if on STM32H753, Can the master clock output ( MCLK output) work if the I2S mode is set as slave? ThanksSam
Ask questions, find answers, and share insights on STM32 products and their technical features.
HiDoes anyone know if on STM32H753, Can the master clock output ( MCLK output) work if the I2S mode is set as slave? ThanksSam
Hi, I'm currently using STM32F401RE Nucleo-64 Board. My purpose of this project is to configure ISM330DLC Accelerometer, taking reference from STEVAL-BFA001V1B sample code on Vibration Analysis. As a summary:After enabling the accelerometer FIFO FULL...
Hello All,I'm a bit stuck on the calculation of the external load capacitances on a STM32F205, regarding the LSE Oscillator for 32.768kHz.In the AN2867 there is the following formula:When assuming that CL1 and CL2 are the same, the formula could be s...
Hello Support Team,I am looking for support regarding controller. I want to use STM32H745IIT6 in my design. I have completed my almost design and when I want to purchase this controller I found it non stock.Can you please let me know the availability...
I am beginner and I want to read/write data to SD card via SPI.I do everything according to this instruction https://01001000.xyz/2020-08-09-Tutorial-STM32CubeIDE-SD-card/ and all time get f_getfree error (3)And I also tried to repeat by this instruc...
Hi.I’m working on a Nucleo-411, using CubeIDE, and HAL, and I want to read 4 PWM signals from am RC receiver. That is 4 50Hz signals, with a pulse width ranging from 0.5mS to 2.5mS. I’m following the reference manual, and some examples, and so far I...
Hello, I would like to use the error callback of the FDCAN module on the STM32H743ZI and so far I got it working. Once an error (e.g protocol error) occured the callback keeps getting called. According to the reference manual an interrupt flag can be...
Hi all!I'm developing on a evaluation board NUCLEO-F446RE STM32 F4.I've to read an adc input in order to monitor a battery.There's a lot of unexpected noise in my acquired data, as visibile in attahments.I've tied directly the adc input to Vref and t...
Hi,GreetingsI have a board with STM32G431KB controller inside. i am trying to interface classic can into this controller to have bit rate of 500 kbps. However this particular controller has FDCAN and need to configure as classic can (BxCAN). I am in...
Hi,I want to combine NMEA data from two uart and send it from the third uart.Which way I should follow?