2020-01-21 11:37 PM
2020-01-22 12:13 AM
2020-01-22 12:40 AM
what is idle read condition to RAMECC not generating error?
2020-01-22 12:53 AM
Don't understand your question, please elaborate.
JW
2020-01-22 01:07 AM
I am using Stm32h757 controller.I need to read the ram from 0x24000000 to 0x247FFFFF with RAMECC enable without generating error will this possible? if yes then any how to do this?
2020-01-22 03:24 AM
I don't use the 'H7, but generally, you first have to write the whole memory, that sets ECC for every word/doubleword in it; then any subsequent read be OK with ECC.
In H7, you probably want to be careful about the caches, too.
JW
2020-01-22 04:07 AM
Any setting need to be do in target menu to write the data on particular ram location?
2020-01-22 04:43 AM
What is target menu?
JW
2020-01-22 10:12 PM
what are value set for stack and heap? as i am writing the whole memory.