Other Parts Discussed in Thread: MSP430G2553, , MSP430G2453
Hello,
I have used the spi in the MSP430G2553. This also worked in the hardware.
Then I switched the cip to MSP430G2452 in CCSV10. CCS now shows many errors in the area of SPI programming because the compiler e.g. B. USITXBUF does not know.
If I switch to the MSP430G2453, there are no error messages.
Then I looked at the files MSP430g2452.h and MSP430g2453.h.
USITXBUF is not defined in MSP430g2452.h, so the compiler cannot translate this.
USITXBUF is defined in MSP430g2453.h.
According to the data sheet, the MSP430G2452 has an SPI.
Why isn't the SPI defined in MSP430g2452.h the same way as in the MSP430g2453.h file?
Why does the translation work for the MSP430g2453 and not for the MSP430g245 with the CCV10.
Kind regards