Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- 1) configure pins on ports 2) put all *.jic data into array, like const char my_data[DATA_SIZE] = { ... }; and pass it to jrunnr like an input file :) It takes a lot of flash memory to keep such const data array, but lpc2138 has enough of it. :) 3) removed some Jrunner checks. --- Quote End --- Hello EnotAruz! I'm trying to port the JRunner to a LPC uC too, but I'm having some trouble. My uC is an ARM7, with a uCLinux running. I did not undestand very well how you gave to the program the parameters needed. You have created an array with data, which data? the path to the .rbf file and what else? (then you modified the code so that the program gets this information from that array?) Thank you very much in advance!