Forum Discussion

ETang2's avatar
ETang2
Icon for Occasional Contributor rankOccasional Contributor
29 days ago
Solved

NiosV and juart-terminal

I had a project which works fine under niosII. I upgrade all the project with niosv and all seems fine except printing values in juart-terminal. Here is the main code :  #include <stdio.h> #inclu...
  • LiangYuG_Altera's avatar
    13 days ago

    Summary:

    1. printf(%f) always prints 0, even if the variable contains valid floating-point number.
      Change the On-Chip Ram size from decimal (such as 167.5KB / 167500 bytes) to binary (such as 167KiB / 171008 bytes).

    2. Character é is printed wrongly.
      Change the active code page of Windows's command prompt from 437 to 65001 (UTF-8)