How to share MDMA by n devices
I already use mdma to read qspi flash content successfully, and separatedly use mdma to decode jpeg picture too.Can I and how, let mdma do the two works at same time. and later maybe some other works added .
Ask questions, find answers, and share insights on STM32 products and their technical features.
I already use mdma to read qspi flash content successfully, and separatedly use mdma to decode jpeg picture too.Can I and how, let mdma do the two works at same time. and later maybe some other works added .
My readings from the ADC are lower than expected. I am using an external Vref. Vref is OK. I ran HAL_ADCEx_Calibration_Start() after waiting tADCVREG_STUP . The Reference Manual says the saved calibration factor is "internally applied to the ADC".C...
I am using TxBufferCompleteCallback in order to verify that messages have been sent over FDCAN on the STM32G474RE board.I have verified that the callback is run, which means it's been activated correctly. After the first run, it is no longer called, ...
Hi, I'm trying "HAL_I2S_Receive" with the STM32H743, but HAL_OK is not being detected. I wrote 2 different functions - I2SWriteData and I2SReadData. For I2SWriteData, Transmit returns HAL_OK. For I2SReadData, Receive does not return HAL_OK. I2S is se...
Posted on March 12, 2018 at 23:29Hi, I usingBoard: STM32F769NI DiscoveryCubeMx: 4.24.0STM32Cube_FW_F7_V1.9.0ARM MDK: 5.24.2.0When I try to use UART6 for communicating with hyper terminal (or putty).My UART6 and HT are configured as belowI get corrup...
Does STM32F730 support system boot from embedded bootloader? Bootloader for STM32 with USART,0x7F received on USART1 R1 pinAuto-baud rate sequence send ACK byte & disable unused peripherals
We're trying to get the DAC on our discovery board to work, and we're having issues setting up the SAI ports on our dev board for I2S. Any examples would be super helpful! We're trying not to use the HAL, but there's not many examples out there wit...
I have a few MCUs but do not have good dev board, if i solder STM32F373V8T6 on STM32F3discovery board will it work?
Greetings,I am developing a large input / output system where I need several (alsmot all) features of a STM32H743 working at once.It is possible to use Timer 1,2,3,4 and 5 Channels 3 & 4 for PWM Output and Channels 1 & 2 for Quadrature Encoder input ...