Part Number: RM48L952
Tool/software: TI C/C++ Compiler
Hello Ti,
I have two questions for the OTP on the RM48 MCU platform.
1)
The correspnding TRM points out that there are sections available where you can read the TI specific information like MCU name, revision, flash bank,its sectors, size and so on. Somehow I am not able to read the data out of this section as it is marked grey in the Memory Browser View during debugging
Is it an errate in the TRM or is it intended to not read out the data or how can I read this simple information for further evaluation?
2)
When I take a look into the TRM, there are sections which are customer and TI specific for the OTP. When I debug the executable on the MCU (without having written anything on the OTP) and I try to access the OTP regions I see some error activities on the ESM module group 1 (FMC - correctable error: bus1 and bus2 interfaces) and ESM group 3 (FMC - uncorrectable error: bus1 and bus2 interfaces) once I try to read "customer"-specific regions. I assume it is because the OTP memory is not programmed at the moment. Thus, the corresponding ECC is not programmed and the reading from the application results into the errornous behavior as there is a mismatch with the ECC.
Is that assumption correct or why do I get these errors indicated by the ESM module when I perform simple reading on the OTP regions.