Page 1 of 1

Documentation on how to use the QORC SDK

Posted: Thu Jan 21, 2021 9:42 pm
by gpcm
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?

Re: Documentation on how to use the QORC SDK

Posted: Fri Feb 19, 2021 12:12 am
by murthy.vedula
>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