Skip to content

Nuvoton NUMAKER_PFM_NUC472 #3029

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

Closed
screamerbg opened this issue Oct 14, 2016 · 3 comments
Closed

Nuvoton NUMAKER_PFM_NUC472 #3029

screamerbg opened this issue Oct 14, 2016 · 3 comments

Comments

@screamerbg
Copy link
Contributor

screamerbg commented Oct 14, 2016

Description

  • Type: Bug
  • Priority: Major

Pwm failures (PwmOut) - ARMCC

Error while trying to initialize PwmOut on D3, D5, D6, D9 (as per Arduino header standard)

Tests available here https://github.com/ARMmbed/ci-test-shield/blob/master/TESTS/API/Pwm/Pwm.cpp
See below for schematics.

I2C failures with EEPROM (I2C) - ARMCC

I2C - EEProm Write - 2bytes (but 1 byte words)
I2C - EEProm Write - 10bytes
I2C - EEProm Write - 100bytes

Tests available here https://github.com/ARMmbed/ci-test-shield/blob/master/TESTS/API/I2C/I2C.cpp
See below for schematics.

Analog In failures (AnalogIn) - ARMCC

Analog Input on A0
Analog Input on A1
Analog Input on A2
Analog Input on A3
Analog Input on A4
Analog Input on A5

Tests available here https://github.com/ARMmbed/ci-test-shield/blob/master/TESTS/API/AnalogIn/AnalogIn.cpp
See below for schematics.

Target
NUMAKER_PFM_NUC472

Toolchain:
ARM

meed-os sha:
08ff689 Merge pull request #2979 from adustm/STM_F429_F439

Steps to reproduce
Tests available here https://github.com/armmbed/ci-test-shield
Hardware components and schematics available here https://github.com/ARMmbed/mbed-HDK/tree/master/Production%20Design%20Projects/CITestShield

Note that tests are based on Arduino header connectivity standard. More information available here:

CC @ccli8

@cyliangtw
Copy link
Contributor

In PFM_NUC472, D9 can't be regarded as Pwm pin, the right pin should be one of D2 ~ D7, the pin diagram of PFM_NUC472 is at: (https://www.mbed.com/en/platform/hardware/boards/nuvoton-technology/nuvoton_nuc472/ )
Could we assign in PinNames.h file or override in mbed_app.json for MBED_CONF_APP_PWM_x ?

@cyliangtw
Copy link
Contributor

It's fixed by #3309 ( https://github.com/ARMmbed/mbed-os/pull/3309 )
So, it could be closed.

@bridadan
Copy link
Contributor

Thanks @cyliangtw! @screamerbg please reopen if you find the issues haven't been resolved

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

No branches or pull requests

3 participants