Documentation on how to use the QORC SDK

Post Reply
gpcm
Posts: 4
Joined: Thu Jan 21, 2021 9:27 pm

Where can I find more documentation on how to use the QORC SDK?

I am able to compile and modify (to some extent) the code provided at the qf_apps (github.com/QuickLogic-Corp/qorc-sdk/tree/master/qf_apps) directory, but I am getting stuck at moving forward to setup my own interrupts and configure the IO ports to suit my application because I can't find proper documentation on QORC SDK.

Can I find documentation on the HAL functions and the main library supporting FreeRTOS?
murthy.vedula
Posts: 16
Joined: Thu Jun 04, 2020 11:31 pm

>but I am getting stuck at moving forward to setup my own interrupts and configure the IO ports

please check the source file exceptions.c and HAL/startup folder to configure the interrupts.
please check the pincfg_table.c for configuring the IO ports.

>Can I find documentation on the HAL functions and the main library supporting FreeRTOS?

please check https://qorc-sdk.readthedocs.io/en/late ... c-sdk.html for the currently available documentation on HAL functions
Post Reply