|
3 months ago | |
---|---|---|
.. | ||
applications | 2 years ago | |
board | 9 months ago | |
figures | 2 years ago | |
linking_scripts | 2 years ago | |
nuwriter_scripts | 2 years ago | |
preload | 2 years ago | |
.config | 3 months ago | |
Kconfig | 1 year ago | |
README.md | 2 years ago | |
SConscript | 2 years ago | |
SConstruct | 2 years ago | |
rtconfig.h | 3 months ago | |
rtconfig.py | 2 years ago |
The NuMicro MA35D1 series is a heterogeneous multi-core microprocessor targeted to high-end edge IIoT gateway. It is based on dual 64-bit Arm Cortex-A35 cores with speed up to 1 GHz, and one 180 MHz Arm Cortex-M4 core. Based on the high-performance cores, the MA35D1 series facilities the tiny AI/ML for edge computing.
The NuMaker-IoT-MA35D1 evaluation board provides the Ethernet and connectivity features of Nuvoton NuMicro MA35D1 series microprocessors, based on MA35D16F987C (LQFP216 package, and stacking a 512 MB DDR). The NuMaker-IoT-MA35D1 includes rich peripherals such as one set of Gigabit Ethernet, one set of Megabit Ethernet, high-speed USB2.0 Host and device, one set of SD3.0 in MicroSD slot, one set of CAN FD, and RS-485 and RS232 serial communication ports. Furthermore, the NuMaker-IoT-MA35D1 provides discrete power supply to be the reference design. It also provides compatible headers with Raspberry Pi and Arduino UNO for minimizing effort in connecting popular sensors and modules to the system.
|
NuMaker-IoT-MA35D1(Frontend view)
|NuMaker-IoT-MA35D1(Backend view)
| |--|--| |||Support GCC compiler. More information of these compiler version as following:
| Compiler | Tested version | | -- | -- | | GCC | Arm Embedded Toolchain 10.3-2021.10 (Env 1.3.5 embedded version)|
You can build rt-thread.bin for NuMaker-IoT-MA35D1 board. Steps as following. Notice, the building will include ma35-rtp/rtthread.bin file into numaker-iot-ma35d1/rtthread.bin for heterogeneous multi-core demonstration.
# cd rt-thread/bsp/nuvoton/numaker-iot-ma35d1
# menuconfig --generate
# scons -c
# pkgs --update
# scons -j 16
<Path-to-rt-thread>\bsp\nuvoton\numaker-iot-ma35d1\rtthread.bin
To switch SW7 dip-switch on NuMaker-IoT-MA35D1 to do corresponding actions as below.
Power-on Setting L: OFF dip-switch H: ON dip-switch
| Memory Storage | Burn to settings | Boot from settings | |--|--|--| | DDR |
You can run windows batch script to download rtthread.bin into memory, then run it. The path of batch script as below.
For 512MB DD3L downloading:
<path-to-rtthread>\bsp\nuvoton\numaker-iot-ma35d1\nuwriter_scripts\nuwriter_ddr3_512mb_download_and_run.bat
For 128MB DD2 downloading:
<path-to-rtthread>\bsp\nuvoton\numaker-iot-ma35d1\nuwriter_scripts\nuwriter_ddr2_128mb_download_and_run.bat
You can run windows batch script to download rtthread.bin into SPI-NAND flash, then run it. The path of batch script as below.
<path-to-rtthread>\bsp\nuvoton\numaker-iot-ma35d1\nuwriter_scripts\nuwriter_spinand_programming.bat
You can run windows batch script to download rtthread.bin into Raw NAND flash, then run it. The path of batch script as below.
<path-to-rtthread>\bsp\nuvoton\numaker-iot-ma35d1\nuwriter_scripts\nuwriter_nand_programming.bat
|Connector on board|Wiring|Usage| |-|-|-| |VCOM(CON9)|Use an USB line| rt-thread@CA35 Console |
You can use Tera Term terminate emulator (or other software) to type commands of RTT. All parameters of serial communication are shown in below image. Here, you can find out the corresponding port number of Nuvoton Virtual Com Port in window device manager.