energia / msp430-lg-core

15 stars 12 forks source link

Patch 2 #118

Closed eurol closed 4 years ago

eurol commented 4 years ago

USI5 workaround changed. 16-bit operations changed.

StefanSch commented 4 years ago

I guess the target of that fix was to get the transmit faster while spending some more time during the init phase - right?

eurol commented 4 years ago

Yes. But for further speed optimizing it is required to rewrite spi_send(void *buf, uint16_t count) [like in eusci_spi.cpp]. Such changes will take some program memory that can be unacceptable.

StefanSch commented 4 years ago

Thanks - great improvements!