Peripheral access - failure analysis

Hi All, In the NRF54L15 SoC, the main ARM core and the co-processor RISC core share the same set of peripherals even though both the cores can have separate sections of RAM and Flash memories.
So, can the two cores have separate memory mapping for all the peripherals in the SoC so that failure in accessing the peripherals by one core do not affect peripheral access by the other core ?

The development setup iam planning to use are:

1. NRF54L15 based Off-the-shelf module

2. WIndows 11 host development PC

3. Bare-metal implementation on the SoC module

Let me know any more inputs required. Thanks in advance !

Parents
  • Hi,

    That is an interesting question. I think it has the same memory mapping for the peripherals, and it is rather up to the user to make sure that there wont really be a conflict. Do you have a specific concern in mind?

    Regards,

    Elfving

  • So, if we assume that I map couple of peripherals like ADC and I2C to the RISC core, and in the field, during real-time operational use case, one of the peripherals fails ( like abnormal behavior) , then I would want the main ARM core to take over and gracefully complete (or atleast exit from) the operation.Is that possible in this SoC ?

    Also, another query is, if the peripherals are memory mapped, if there is any data / memory corruption in the memory map area, what is the effect on the access to the peripherals ?

    Thanks Elfving for your prompt response !  Looking forward to your inputs to the above concerns...

Reply
  • So, if we assume that I map couple of peripherals like ADC and I2C to the RISC core, and in the field, during real-time operational use case, one of the peripherals fails ( like abnormal behavior) , then I would want the main ARM core to take over and gracefully complete (or atleast exit from) the operation.Is that possible in this SoC ?

    Also, another query is, if the peripherals are memory mapped, if there is any data / memory corruption in the memory map area, what is the effect on the access to the peripherals ?

    Thanks Elfving for your prompt response !  Looking forward to your inputs to the above concerns...

Children
No Data
Related