-
Notifications
You must be signed in to change notification settings - Fork 3k
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
NUCLEO_F746ZG Issues #2960
Comments
#ci-test-shieldfor the win! |
Note that ST Discovery F746NG based on the same silicon has issues with AnalogIn A0 only, not A5. A clue that this might be peripheral configuration issue |
Hi, |
Hi @screamerbg All tests with ci-shield are OK with NUCLEO_746ZG
Can you close the issue ? |
ST_TO_BE_CLOSED |
@sg- @screamerbg @0xc0170 please close as all the CI tests are now passed on this board |
Description
Interrupt failures (InterruptIn)
InterruptIn on D2 actually works
InterruptIn on D3 throws greentea error, I suspect that the test crashes
InterruptIn on D4-9 are skipped due to the error with InterruptIn on D3
Analog In failures (AnalogIn)
Analog Input on A0 (fails with ARMCC, works with GCC)
Analog Input on A5 (fails with GCC, works with ARMCC)
I2C failures with EEPROM (I2C)
I2C - EEProm Write - 2bytes (but 1 byte words)
I2C - EEProm Write - 10bytes
I2C - EEProm Write - 100bytes
Target
NUCLEO_F746ZG
Toolchain:
GCC_ARM+ARM
meed-os sha:
22ec73b Merge pull request #2948 from jamike/Fixed_iarm_debug_built_failed
Steps to reproduce
Tests available here https://github.com/armmbed/ci-test-shield
Hardware components here https://github.com/ARMmbed/mbed-HDK/tree/master/Production%20Design%20Projects/CITestShield
CC @adustm @bcostm
The text was updated successfully, but these errors were encountered: