Other Parts Discussed in Thread: LPSTK-CC1352R
Hello,
I'm working with a SoC CC2652R and I'm using CCS Version: 10.3.0.00007 and simplelink_cc13x2_26x2_sdk_5_10_00_48.
For the moment I Have 3 tasks:
- Task Manager, priority = 3
- this task manages the system, it receives interrupts from the sensor controller and has a virtual timer at 1 KHz
- Task SPI, priority = 4
- this task read an IMU at 100 Hz
- Task SD, prority = 2
- this tasks interfaces a SD card using fatfs when the task manager as for
I'm trying to read the SD card at 10 times per second simultaneously with the task SPI reading the IMU at 100 Hz. However, the CC2652R crash, i have an exception
This is the exception:
Thank you,
Best regards,
Sebastian