Hello,
I am using the RM48 MCU HDK (Hercules Development Kit with RM48L952ZWT Safety MCU) for rapid prototyping.
Where can I get detailed information about the global variable uint32 TI_Fee_u32ActCpyVS?
Which bits of TI_Fee_u32ActCpyVS indicate the copy sector of EEP0?
Which bits of TI_Fee_u32ActCpyVS indicate the active sector of EEP0?
Which bits of TI_Fee_u32ActCpyVS indicate the copy sector of EEP1?
Which bits of TI_Fee_u32ActCpyVS indicate the active sector of EEP1?
An example for better understanding:
Number of Virtual Sectors is 2.
Virtual Sectors for EEP1 is 0.
Virtual Sector 1 : Sector Number = 1 ; Flash Bank = 7 ; Flash Start Sector = 0 ; Flash End Sector = 0
Virtual Sector 2 : Sector Number = 2 ; Flash Bank = 7 ; Flash Start Sector = 1 ; Flash End Sector = 1
Error is of type Error_CopyButNoActiveVS and Virtual Sector 1 is copy sector, which value returns the global varable uint32 TI_Fee_u32ActCpyVS?
Error is of type Error_CopyButNoActiveVS and Virtual Sector 2 is copy sector, which value returns the global varable uint32 TI_Fee_u32ActCpyVS?
Error is of type Error_NoFreeVS and Virtual Sector 1 is active sector, which value returns the global varable uint32 TI_Fee_u32ActCpyVS?
Error is of type Error_NoFreeVS and Virtual Sector 2 is active sector, which value returns the global varable uint32 TI_Fee_u32ActCpyVS?
Thanks and regards,
Pascal