Hello Everyone,
I mbed os version 5.15 and my target is nuvoton M2351KIAAE
i have a problem while enabling watchdog. i even tried example code given on mbed **website(Watchdog - APIs | Mbed OS 5 Documentation).**it shows error such as
///////////////////////////////////////////////////////////
Error: L6218E: Undefined symbol hal_watchdog_get_platform_features (referred from BUILD/NU_PFM_M2351_NPSA_NS/ARMC6/mbed-os/drivers/source/Watchdog.o).
Error: L6218E: Undefined symbol hal_watchdog_get_reload_value (referred from BUILD/NU_PFM_M2351_NPSA_NS/ARMC6/mbed-os/drivers/source/Watchdog.o).
Error: L6218E: Undefined symbol hal_watchdog_init (referred from BUILD/NU_PFM_M2351_NPSA_NS/ARMC6/mbed-os/drivers/source/Watchdog.o).
Error: L6218E: Undefined symbol hal_watchdog_kick (referred from BUILD/NU_PFM_M2351_NPSA_NS/ARMC6/mbed-os/drivers/source/Watchdog.o).
Error: L6218E: Undefined symbol hal_watchdog_stop (referred from BUILD/NU_PFM_M2351_NPSA_NS/ARMC6/mbed-os/drivers/source/Watchdog.o).
…
i dont know what is going wrong. any help will be appreciated.