Hello community,
to verify custom hardware I'd like to read/write some bytes to/from different interfaces/memory.
Beacuse I dont know anything about Linux (and the linux part for this project will be done by someone else) I would like to program these tests bare metal.
KEIL is available, what kind of emulators may I use? Any?
Are there any examples for bare metal interface access?
Is the M4 capable of accessing the DDR RAM or is this RAM access exclusive for the A7? Again, any example code?
Thanks and regards,
Lars
Hi Lars
for baremetal examples one can look on FreeRTOS
Board Support Packages (3)
FreeRTOS_iMX7D_1.0.1
i.MX 7Dual Arm Cortex-A7 Processor|NXP
>Is the M4 capable of accessing the DDR RAM or is this RAM access
>exclusive for the A7? Again, any example code?
yes, examples can be found in FreeRTOS
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------