Hi, danielmartyne
Thank you for your reply.
I want to use the S912ZVML12 chip to do initialize perform a RAM check. The method for checking is
Firstly, write RAM to 0 and check if 0 is read out until all RAM is confirmed
Secondly, write RAM to 1 and check if 1 is read out until all RAM is confirmed
Thus completing the initialization check of RAM.
But I have 2 following questions:
Question 1: I don't know how to write assembly code for writing and reading to RAM. How should I write it.
Question 2: Where should this detection method be placed, I think this part of the code should be placed in the position shown in the following figure,is that right?
