in SDK,fls can run in MCU2_1(MAIN R5) ,but mian R5 can not support OSPI and FSS,how to support FLS in MCU2_1?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
in SDK,fls can run in MCU2_1(MAIN R5) ,but mian R5 can not support OSPI and FSS,how to support FLS in MCU2_1?
Hello,
1 Fls instance is supported by Fls driver implementation which is in MCU1_0 domain.But this instance can be accessed from main domain MCU2_1.
We have example in mcusw/mcal_drv/mcal/examples/Fls ,which does the same.
Regards
Tarun MUkesh
hello, Tarun ,
i know mcal can config fls in MCU2_1,but i want to know ospi can not support mcu2_1 how to achive fls run in mcu2_1?
now i has 2 AUTOSAR CP System run in TDA4,can i run fls in same time in different os?
BR
Li Ping
Hello,
Ospi can be supported from Main domain MCU2_1.Please look into the example mentioned above.
now i has 2 AUTOSAR CP System run in TDA4,can i run fls in same time in different os?
No this is not possible. You can use AUTOSAR on 1 core and use IPC to transfer data from another core.
Regards
Tarun Mukesh