Hello,
I am working on project which have functionality of CAN communication, External Flash, BLE communication with KW36 micro-controller.
In this project, I have to communicate with vehicle ECU via CAN bus to get data and store it into external flash memory.
But while I am writing into Flash memory, CAN communication goes stop. It will restart again after completion of Flash memory process.
Kindly help me how can I run both CAN communication and Flash read-write process parallel. So, there should be no interrupt in my CAN communication.
Thank you.