Other Parts Discussed in Thread: CC1350, CC2650
Tool/software: TI-RTOS
Hi,
Are the TI Drivers, such as below, dependent of the TI-RTOS?
#include <ti/drivers/PIN.h>
#include <ti/drivers/SPI.h>
#include <ti/drivers/UART.h>
#include <ti/drivers/PWM.h>
I am working in a project which have two firmwares stored in the CC1310 flash memory: a bootloader and the application.
I would like to maintain the bootloader the smallest as possible. As I don't need the radio working when the bootloader is running, I would like to know if I can implement only a small main() without TI-RTOS.
The only requirement is that I need to use the SPI driver to access a external memory.
Can I use the SPI driver without using TI-RTOS?
If I can't, what are my options?