Other Parts Discussed in Thread: AM3359, AM3358,
Tool/software: Code Composer Studio
Hi,
In order to use the Beagle Black Bone with Code Composer Studio ( that is : without Linux), a startup script
bbb_pru_startup.js
seems to be required.
I find it difficult to understand why all this init stuff:
...
//red led = pru0 r30_3 ARM pin c12
dsDAP_mem.writeData(0, 0x44e1099c, AM335X_PIN_OUTPUT | 5, 32); //mode 5
//green led = pru0 r30_2 arm pin d12
dsDAP_mem.writeData(0, 0x44e10998, AM335X_PIN_OUTPUT | 5, 32); //mode 5
...
must be done in the startup script. Can't this be done in the code ?
Could somebody guide me to the relevant part of the documentation ?
Thanks
Peter