Tool/software:
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.
Tool/software:
Hi Philipp,
Can you try the solution mentioned in below thread:
Can you try by moving the FEE_INIT outside the safeRTOS task
--
Thanks & regards,
Jagadish.
Hi Jagadish,
I already call Fee_Init() outside safeRTOS - I had this error before and it leads to an immediate data abort.
Thanks,
Philipp
Hi Philipp,
Can you please refer this troubleshooting FAQ for aborts:
If it doesn't solve the problem, then can you please share your code through private chat. I can look and debug it once at my end?
--
Thanks & regards,
Jagadish.
The data abort at 0x0800A3A4 in the FAPI was my fault, I did not add the FAPI-binary files to the linker script and the FAPI's internal variables did not get placed into the right memory section. However, the data abort due to read at 0x000, 0x100, 0x200 and 0x300 persists and I can't get it working with the F.A.Q.
Problem is that the range from 0x000-0x400 spans across two memory regions in our linker script. I don't know how to configure the MPU to allow access according to the Flash API driver's requirements.
Hi Phillipp,
Is it possible for you to share the code, if you want you can send through private message.
--
Thanks & regards,
Jagadish.
Hi Phillipp,
In the below thread, i attached one example project to move from user mode to privilege mode. Can you please refer it once?
--
Thanks & regards,
Jagadish.
Hi Jagadish,
I already use a software interrupt to raise the privilege level before calling any FEE-Driver functions. I just wanted to confirm that this is needed as I want to keep the code sections executed in privileged mode as short as possible. If there is no other way, then I have to keep it that way.
Hi Phillipp,
Can you please refer below thread once:
Here customer saying we can also set task priority upon task creation itself.
--
Thanks & regards,
Jagadish.