Skip to main content
VBALL.850
Associate II
January 22, 2020
Question

How to test the RAMECC module? how to generate the error and how to overcome the error ?

  • January 22, 2020
  • 8 replies
  • 1468 views

..

This topic has been closed for replies.

8 replies

VBALL.850
VBALL.850Author
Associate II
January 22, 2020

what is idle read condition to RAMECC not generating error?

waclawek.jan
Super User
January 22, 2020

Don't understand your question, please elaborate.

JW

VBALL.850
VBALL.850Author
Associate II
January 22, 2020

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?

waclawek.jan
Super User
January 22, 2020

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

VBALL.850
VBALL.850Author
Associate II
January 22, 2020

Any setting need to be do in target menu to write the data on particular ram location?

waclawek.jan
Super User
January 22, 2020

What is target menu?

JW

VBALL.850
VBALL.850Author
Associate II
January 23, 2020

what are value set for stack and heap? as i am writing the whole memory.