FreeRTOS-Kernel/FreeRTOS/Demo/RISC-V_RV64_PolarFire_SoftConsole
Ming Yue cc8c0266a8
Update polarfire project to latest RISC-V port with vector mode support (#791)
* Update PolarFire Project to support vector mode.l

* Update vector alignments.

* Update file headers.

* Code review changes

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
2022-02-17 11:00:31 -08:00
..
blinky_demo Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
full_demo Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
polarfire_hal Add demo project for Polarfire board (#679) 2021-09-02 14:02:46 -07:00
.cproject Add demo project for Polarfire board (#679) 2021-09-02 14:02:46 -07:00
.gitignore Add demo project for Polarfire board (#679) 2021-09-02 14:02:46 -07:00
.project Add demo project for Polarfire board (#679) 2021-09-02 14:02:46 -07:00
FreeRTOSConfig.h Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
FreeRTOSDemo_Debug.launch Add demo project for Polarfire board (#679) 2021-09-02 14:02:46 -07:00
main.c Update polarfire project to latest RISC-V port with vector mode support (#791) 2022-02-17 11:00:31 -08:00
README.md Add demo project for Polarfire board (#679) 2021-09-02 14:02:46 -07:00
vector_table.S Update polarfire project to latest RISC-V port with vector mode support (#791) 2022-02-17 11:00:31 -08:00

UART configuration

On connecting Icicle kit J11 to the host PC, you should see four COM port interfaces connected. This example project uses MMUART0. To use this project the host PC must connect to the COM port interface0 using a terminal emulator such as HyperTerminal or PuTTY configured as follows:

  • 115200 baud.
  • 8 data bits.
  • 1 stop bit.
  • no parity.
  • no flow control.

Target hardware

This example project is targeted at the Icicle kit. Details are available at the following link: https://www.microsemi.com/existing-parts/parts/152514

SoftConsole details

SoftConsole version used to test this project is available at link below: https://www.microsemi.com/product-directory/design-tools/4879-softconsole#downloads