BUG: Wrong indexing in SDADC when using Injection Mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-13 8: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
STM32MP257FAK3 custom board with STM64-OS as operating system: https://github.com/DanielMartensson/STM64-Computer
Solved! Go to Solution.
- Labels:
-
SDADC
-
STM32CubeMX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-13 1: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-13 11:29 AM
You've circled a bunch of numbers, but what is wrong about it? What are you expecting instead?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-13 12:46 PM
I'm expecting 0,1,2,3,4,5,6,7,8. Not Randomly indexed.
STM32MP257FAK3 custom board with STM64-OS as operating system: https://github.com/DanielMartensson/STM64-Computer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-13 12:58 PM
Sorry. But I can't do that in my STM32CubeIDE 1.6.0.
STM32MP257FAK3 custom board with STM64-OS as operating system: https://github.com/DanielMartensson/STM64-Computer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-13 1: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-13 1:11 PM
Thank you. Now it's working. It seems that CubeMX randomly place the channels at the beginning.
STM32MP257FAK3 custom board with STM64-OS as operating system: https://github.com/DanielMartensson/STM64-Computer
