2025-02-03 02:36 AM
MCU used : STM32H753ZITx LQFP144
CubeMx version : 6.13.0
Situtation: I have a IOC file with some configurations on ADC1, like "Left Bit Shift" set to "4 bits shift" and "Conversion Data Management" to "DMA One Shot Mode".
Those modifications are not translated into the generation ADC init in main.c
I need to edit this by myself by calling
ADC_REG_InitStruct.DataTransferMode = LL_ADC_REG_DMA_TRANSFER_LIMITED;
ADC_InitStruct.LeftBitShift = LL_ADC_LEFT_BIT_SHIFT_4;
2025-02-03 02:41 AM
Hello @Yaël Boutreux ,
First let me thank you for posting and welcome to the ST Community.
For more investigation, I suggest please that you provide your Ioc.File.
Thanks.
Mahmoud
2025-02-03 03:20 AM
Sure no problem, the corresponding .ioc file is attached to this message. :)
Thanks,
Yaël