Hi,
I want to do part 6 of the lab with MicroC OS II but I'm having an issue to run the example code.
I created a new project with eclipse for NIOS and used the MicroC OS template as i tried previously with the HelloWorld template and the code wasn't compiling (OS_TSK not define). With this template, the code is compiling and downloading on the FPGA but i don't get any message on the console.
The example code is using printf so i tried alt_putstr instead but it doesn't work either.
My NIOS on the FPGA is working because i can still download and run on it a my previous code not using MicroC OS II on it. Is there a special configuration necessary to run MicroC OS II on the NIOS (on plateform designer, cache size .... or a special configuration on eclipse or something to add to get the serial output ?)
Again, I'm trying juste the exemple template so i think the code is correct.
I've been looking through the slides of the course but didn't found anything, is there a document describing the procedure to run MicroC OS II on the FPGA somewhere ?
Regards and thanks for your time and your help !
Sylvain