How best to deal with Dave & Library updates?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User11773
Level 4
Level 4
First like received First solution authored
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?
0 Likes
5 Replies
User10538
Level 3
Level 3
The version you are currently using is stored in yourProject/Libraries/XMCLib

If you update the IDE and Libs this will not change your project. The actually update to use new libs and apps right click on project -> DAVE project upgrade -> APPs Upgrade.
This will than clone and update the project (your old project is not deleted).

I have had no issue with SPI Master and Offsets. If you haven't submitted your bug to Infineon it's unlikely that it was fixed -> look in the changelog comming with every update.
0 Likes
User11773
Level 4
Level 4
First like received First solution authored
I updated Dave & Libraries.
I tried to update the application via "App Upgrade". It failed. A problem with CRC_SW_0.
0 Likes
Not applicable
andyl wrote:
The version you are currently using is stored in yourProject/Libraries/XMCLib

If you update the IDE and Libs this will not change your project. The actually update to use new libs and apps right click on project -> DAVE project upgrade -> APPs Upgrade.
This will than clone and update the project (your old project is not deleted).

I have had no issue with SPI Master and Offsets. If you haven't submitted your bug to Infineon it's unlikely that it was fixed -> look in the changelog comming with every update.

Fine.. IDE cant change the project.. thanks for info
0 Likes
Not applicable
GiffordHladek wrote:
Fine.. IDE cant change the project.. thanks for info

lol.. what is this 🙂
0 Likes
Not applicable
GiffordHladek wrote:
Fine.. IDE cant change the project.. thanks for info

what do you mean by this???
0 Likes