Processor Expert SPI

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Processor Expert SPI

Jump to solution
772 Views
laonia
Contributor I

Hi, 

I'm trying to configure SPI Master mode via Processor Expert on CodeWarrior. I'm wondering if it is possible to configure the chip select pin as a general purpose GPIO and manually set this pin when I want to send a message. Currently, what I'm seeing in the generated code is that chip select is automatically updated by the send message function. 

Thanks!

0 Kudos
1 Solution
745 Views
JRoberto
NXP TechSupport
NXP TechSupport

You would have to do many manual adaptations... On my personal opinion I'd make my own SPI code.

View solution in original post

0 Kudos
3 Replies
752 Views
JRoberto
NXP TechSupport
NXP TechSupport

Hi @laonia 

What MCU are you using?

Unfortunately Processor Expert can't make the settings you want. 

0 Kudos
751 Views
laonia
Contributor I

Hi JRoberto,

I am using KEA128. In this case, if I would like to import the KEA128 library from S32 Design Studio, is there going to be any conflict with the generated code from Processor Expert? Or is it better to just write my own code for the SPI communication? 

Thanks. 

0 Kudos
746 Views
JRoberto
NXP TechSupport
NXP TechSupport

You would have to do many manual adaptations... On my personal opinion I'd make my own SPI code.

0 Kudos