Hello I'm Francesco.
I have a board SITARA AM6442 for development my library for CORTEX R5F into IAR enviroment.
Can I have a support for define the start-up of board?
- I not need the MPU. I want to know what need to start-up (boot, ram, peripheral, tick timer, irq, ....) to include then the freeRTOS correctly.
- Then I need to enable only core0 and disable core1 for R5F. how to do this?
- I start to do something but for example the irq management not clear the pending irq.
- Another problem is how configured all RAM for my application (TCMA-TCMB)
- I need your support for this board because I need understand because now seem very difficult to the porting into IAR
I start to do something because I start from your project into code composer studio
Thanks.