Page 1 of 1

CAL: SPI Transaction

Posted: Mon Sep 18, 2023 12:18 pm
by chipfryer27
Hi

Not sure if a bug or me being stupid (my money is on the latter).

Using the CAL:SPI component I have an option for Master_Transaction.

It has parameters for Buffer and Length however irrespective of what / how / type I try and enter a variable/value for buffer I always get an error.

Capture.JPG
Capture.JPG (46.6 KiB) Viewed 1855 times

What is it expecting to see? I've tried bytes / integers / unsigned integers / arrays etc but still the same error. The above is just an example of the error.

Regards

Re: CAL: SPI Transaction

Posted: Mon Sep 18, 2023 12:36 pm
by mnfisher
Doesn't need the brackets and size for buffer....
If does need to be an array of bytes though.

Martin

Re: CAL: SPI Transaction

Posted: Mon Sep 18, 2023 1:33 pm
by chipfryer27
Thanks Martin
I guess the brackets in the "Type" threw me (or at least I'm sticking to that excuse <s>)

Regards