Forum Discussion
Altera_Forum
Honored Contributor
21 years agodesign software using HAL
When I use the nios2 IDE for my software,for example:I use the printf() function,ok ,it work well. now the problem is that am I now using the HAL system already??? I think I have used t...
Altera_Forum
Honored Contributor
21 years agoIf you've created and run the 'hello world' application using the IDE, you've used the HAL... the drivers to interface with the UART or JTAG UART used in printf() as well as handling interrupts, caches, etc., are all part of the Nios II HAL.