Hello - new here so sorry if I am in the wrong place.
I will be porting code from a CY8C4248XXX–BL483 to a CY8C4248XXX–BL583 system. Physically they look the same. Are there any revision guides that will explain the differences?
Thanks in advance.
Solved! Go to Solution.
Hello,
Presently, there is no porting guide available as required
You can find the difference between 483 to 583 part at page#38 of the datasheet available at this link:
https://www.cypress.com/file/416486/download
Basically, 483 part is Bluetooth 4.1 compliant and 583 part is Bluetooth 4.2 compliant.
I created a Code example BLE_Glucose_Meter in PSoC Creator 4.2 for device CY8C4248FNI–BL483, it builded successfully.
Then I changed the MPN using Device selector to CY8C4248FNI–BL583, the project again builded fine.
Thus, I think you can port the code directly.
Thanks,
Hello,
Presently, there is no porting guide available as required
You can find the difference between 483 to 583 part at page#38 of the datasheet available at this link:
https://www.cypress.com/file/416486/download
Basically, 483 part is Bluetooth 4.1 compliant and 583 part is Bluetooth 4.2 compliant.
I created a Code example BLE_Glucose_Meter in PSoC Creator 4.2 for device CY8C4248FNI–BL483, it builded successfully.
Then I changed the MPN using Device selector to CY8C4248FNI–BL583, the project again builded fine.
Thus, I think you can port the code directly.
Thanks,