Ask questions, find answers, and share insights on STM32 products and their technical features.
NUCLEO-H743ZI2 board SAI A1 16bit data, 2 slot as slave.codec TLV320AIC23BIPW , clock 12MHz, I2S mode 46.8KHz BCLK=3MHz.I can read the samples of the left channel correctly. I can't read right channel samples.static void MX_SAI1_Init(void){ /* USER C...
HelloI'm using timers with DMA and I was asking myself of the use of having different clocks for timer clock and timer bus. For example timer 2 has a 90 MHz clock and a 45 Mhz bus. What would be the limitations of the bus?
Hi everyone,I think like most people, I ignored the errata sheet till it was too late. I know that the stm32f4 and quite a few others do not provide hardware support for TTCAN, which as far as my understanding goes is level 2 CAN (global time synchro...
Hello Every One!! I am Using NUCLEO G0B1RE Board, facing Issue with CAN Receive Function I am using MICROCHIP CAN BUS ANALYSER and NUCLEO BOARD for CAN Communication void CAN_Recieve(void){ while( (HAL_FDCAN_GetRxFifoFillLevel(&hfdcan1,FDCAN_RX_FIFO0...
I've synchronized TIM3 and TIM4, the TIM4 being triggered when the TIM3 Output Compare No Output on channel 2 is active. I've configured the TIM3 channel 2 as "Output Compare No Output"In order to control the time delay between TIM3 and TIM4 activ...
I am working on a custom board equipped with an STM32H753 and a SD-Card connected via SDMMC 4bit wide Bus. FreeRTOS is used. HAL is generated using CubeMX and the package "STM32Cube FW_H7 V1.9.1".CubeMX generates the file sd_diskio.c and in it (line ...
I need a clarification regarding the actual ADC code equation for SAM4S family of microcontrollers. The equation from data sheet is,Does this equation hold good for both single ended and differential inputs ?Looks like it is considering a differentia...