2021-06-13 08:08 AM
Hi!
I just want to tell you ST-developers that I have found something that don't looks correct.
Wrong indexing in SDADC. Have a look. STM32CubeIDE 1.6.1
Solved! Go to Solution.
2021-06-13 01:06 PM
Temporarily reduce the "number of channels to be converted" by 1, change the order to what you want, then change it back to add the last channel.
2021-06-13 11:29 AM
You've circled a bunch of numbers, but what is wrong about it? What are you expecting instead?
2021-06-13 12:46 PM
I'm expecting 0,1,2,3,4,5,6,7,8. Not Randomly indexed.
2021-06-13 12:57 PM
The "channel configuration" is the order in which they're converted and is in order (1, 2, 3).
You can change the "channel" to whatever order you want.
2021-06-13 12:58 PM
Sorry. But I can't do that in my STM32CubeIDE 1.6.0.
2021-06-13 01:06 PM
Temporarily reduce the "number of channels to be converted" by 1, change the order to what you want, then change it back to add the last channel.
2021-06-13 01:11 PM
Thank you. Now it's working. It seems that CubeMX randomly place the channels at the beginning.