Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: modbus-over-rs485-sample NTOUEE-mbed-modbus-RTU NuMaker-mbed-modbus-sample NuMaker_NuWicam_Lite ... more
Revision 3:4c9d65e9275c, committed 2017-10-06
- Comitter:
- wclin
- Date:
- Fri Oct 06 02:23:24 2017 +0000
- Parent:
- 2:750bbd296b36
- Commit message:
- Support NUMAKER_PFM_M487
Changed in this revision
| nvt_rs485.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/nvt_rs485.cpp Wed Jan 04 08:31:22 2017 +0000
+++ b/nvt_rs485.cpp Fri Oct 06 02:23:24 2017 +0000
@@ -20,7 +20,7 @@
lock();
//Implement RS485-AUD mode for various platform of Nuvoton
-#if defined(TARGET_NUMAKER_PFM_NUC472) || defined(TARGET_NUMAKER_PFM_M453)
+#if defined(TARGET_NUMAKER_PFM_NUC472) || defined(TARGET_NUMAKER_PFM_M453) || defined(TARGET_NUMAKER_PFM_M487)
/*
Program Sequence example:
1. Program FUNCSEL in UART_FUNCSEL to select RS-485 function.