<font face="Arial, Verdana">owh i think i found out what the problem is.. i need to set the max31865 to use spi mode 3 but everything else is using mode 0 as i can see in hall.ccp </font>
<font face="Arial, Verdana">// Set SPI mode 0, clock, select not active after transfer, with delay between transfers</font>
<font face="Arial, Verdana"> SPI_ConfigureNPCS(SPI0, SPI_CHAN, SPI_CSR_NCPHA |</font>
<font face="Arial, Verdana"> SPI_CSR_CSAAT | SPI_CSR_SCBR(spiDueDividors[spiClock]) |</font>
<font face="Arial, Verdana"> SPI_CSR_DLYBCT(1));</font>