Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fpga] Enforce CW310 SAM3X Firmware #383

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nasahlpa
Copy link
Member

@nasahlpa nasahlpa commented Dec 5, 2024

As CW310 SAM3X firmware version below "1.5" have an UART flow control bug, enforce that the version is at leaset "1.5". This ensures that the communication over uJSON works flawless.

As CW310 SAM3X firmware version below "1.5" have an UART flow control
bug, enforce that the version is at leaset "1.5". This ensures that
the communication over uJSON works flawless.

Signed-off-by: Pascal Nasahl <[email protected]>
@nasahlpa
Copy link
Member Author

nasahlpa commented Dec 5, 2024

Unfortunately there seems to be a bug in the CW SAM3X FW. The binary was created on 24.04.24 and should have version number 1.5. However, when reading out the information from the FW on the board, I get:

import chipwhisperer as cw
target = cw.target(None, cw.targets.CW310)
print(target.latest_fw)
print(target.sam_build_date)
{'major': 1, 'minor': 2}
23:46:21 Apr 24 2024

The correct firmware from 24.04.24 is flashed but the version number still is the old one. Reported to NewAE - hence keeping this PR as a draft until this is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant