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.

MSP432P401R: Creating a Partition and pushing the data in external Serial flash

Part Number: MSP432P401R

Hello,

I am communicating with external Serial flash through SPI Interface. There are flash driver files (provided by the vendor) which I have integrated with my application code.

I am developing an application on TIRTOS.

Controller : MSP432P401R , External serial flash part no : AT25QF641B-MHB-T

Query:

Below is the snapshot of the user configuration file (part of flash driver) provided by the vendor.

Since I am working on RTOS platform, do I have a control to define the PORT and PIN definitions that will be used in wrapper functions as mentioned in below snapshot.

Like in below snapshot GPIO3_BASE and SPI pin definitions are done

In the same context, how can I do the porting definitions for MSP432 which I am using in my application.

Thanks,