2025-02-03 2: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;
Solved! Go to Solution.
2025-02-04 4:50 AM
Hello @Yaël Boutreux ,
Let me thank you for reporting this issue.
I am escalating an internal ticket to the concerned team (ticket number: 202195)
Best Regards.
Mahmoud
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-02-03 2: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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-02-03 3:20 AM
Sure no problem, the corresponding .ioc file is attached to this message. :)
Thanks,
Yaël
2025-02-04 4:50 AM
Hello @Yaël Boutreux ,
Let me thank you for reporting this issue.
I am escalating an internal ticket to the concerned team (ticket number: 202195)
Best Regards.
Mahmoud
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.