I have presently build a program to run XMC1300 processor. It uses SPI Master.
The SPI Master revision I'm using has a bug in that the byte offset of receiving bytes is off by 1. I have dwelt with this in code.
Now there appears to be a new version of the SPI Master, I assume it will fix the original problem, but now I suspect my fix will fail.
How best to deal with this situation?
Are old versions of these "libraries" available after an update?
Where are they stored? Are they stored with the project?
The SPI Master revision I'm using has a bug in that the byte offset of receiving bytes is off by 1. I have dwelt with this in code.
Now there appears to be a new version of the SPI Master, I assume it will fix the original problem, but now I suspect my fix will fail.
How best to deal with this situation?
Are old versions of these "libraries" available after an update?
Where are they stored? Are they stored with the project?