Bare Metal interface access on MX7

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Bare Metal interface access on MX7

479 Views
demoniacmilk
Contributor IV

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

Labels (2)
0 Kudos
1 Reply

354 Views
igorpadykov
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos