Skip to content

Commit fe56b43

Browse files
authored
Merge pull request #15400 from OpenNuvoton/nuvoton_m467_can
M467: Support CAN bus
2 parents 8628604 + d3b7a07 commit fe56b43

File tree

7 files changed

+1357
-312
lines changed

7 files changed

+1357
-312
lines changed

targets/TARGET_NUVOTON/TARGET_M460/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ target_sources(mbed-m460
1313
INTERFACE
1414
analogin_api.c
1515
analogout_api.c
16+
can_api.c
1617

1718
crypto/crypto-misc.cpp
1819

targets/TARGET_NUVOTON/TARGET_M460/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Nuvoton M460 series
22

3+
## CAN
4+
5+
Current CAN HAL implementation has the following characteristics:
6+
7+
1. By default, filter handle 0 is configured to accept all messages as requested.
8+
1. Support only single filter handle semantics, that is, filter handle 0.
9+
The `handle` argument passed to `can_filter()` or `can_read()` is ignored.
10+
All filter related operations are done on filter handle 0.
11+
312
## HyperRAM
413

514
HyperRAM, via Hyper Bus Interface Controller (HBI), is mapped to two regions: `0x0A00_0000``0x0BFF_FFFF` and `0x8000_0000``0x81FF_FFFF`, through which CPU can direct access.

0 commit comments

Comments
 (0)