MCSPI_SlaveMode_SlaveExample_bbbAM335x_armExampleProject and MCSPI_SlaveMode_MasterExample_bbbAM335x_armExampleProject don't use functions at all from
http://processors.wiki.ti.com/index.php/StarterWare_McSPI
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
MCSPI_SlaveMode_SlaveExample_bbbAM335x_armExampleProject and MCSPI_SlaveMode_MasterExample_bbbAM335x_armExampleProject don't use functions at all from
http://processors.wiki.ti.com/index.php/StarterWare_McSPI
Thanks
Hi Anping,
Yes, this is correct.
Starterware standalone package is obsolete and no more used.
Starterware package that is include in Processor SDK RTOS is limited to bootloaders and board package. We no longer recommend use of this software for new development and have removed any CCS Projects in that package as they are no longer being maintained and migrated to latest CCS versions.
McSPI RTOS examples are based on pdk_am335x_x/packages/ti/drv/spi/
Regards,
Pavel
Hi Pavel
It said that the CSL component of AM335x/AM437x Processor SDK is referred as StarterWare in the legacy baseline releases. My processor is AM3358. should I need to use StarterWare McSPI? Thanks
Anping,
Starterware package that is include in Processor SDK RTOS is limited to bootloaders and board package. For application development, you need to use PDK drivers:
pdk_am335x_1_0_15/packages/ti/drv/spi/
Regards,
Pavel