Forum Discussion
Altera_Forum
Honored Contributor
14 years ago1) 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.