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.

Is it possible to write pure assembly code for remoteproc?

Other Parts Discussed in Thread: AM3359, CODECOMPOSER
Hi, 
I'm using the AM335X Starter Kit from TI with an AM3359 SoC and I use the TI Processor SDK Linux version 02.00.01.07. I managed to get remoteproc driver working, then I removed the Display module and used the flatflex connector to breakout some GPIOs of PRU1 to hook up some LEDs. I wrote a blink-led firmware in CCS v6 as described in the PRU HandsOn Lab and successfully bootet the PRU1 to let my LEDs blink.
Now I need to write a very fast code so I have to write it in Assembly language. I would like to use the AM335x PRU-ICSS Reference Guide to write my code and use the PASM compiler.
Is it possible to write pure assembler code like with the PASM and make the code work for the newer remoteproc? Or can I write assembly code in CodeComposer Studio with the TI compiler? I couldn't figure out yet how I can do that. Is there a Tutorial somewhere?
Regards
Nico