Forum Discussion
Altera_Forum
Honored Contributor
12 years agoQSPI boot
hello, I am trying to boot the example baremetal project: Altera-SoCFPGA-HardwareLib-FPGA-CV-GNU from QSPI (can run it successfully with debugger) with the cyclone 5 dev kit. did the followin...
Altera_Forum
Honored Contributor
11 years agoI've not heard the term Hosted in reference to the SOC. Semi-hosting is an ARM term for code running on an ARM using the debugger to support I/O. It's used for debugger control, console C library standard I/O, and sometimes for access to the file system on the host. It can be handy for test scripts, log files, etc. You don't want semi-hosting enabled in your ARM code unless you are running with the debugger and have a debugger configuration that enables semi-hosting.