Search found 58 matches

by yhcheng3
20 Sep 2023, 14:18
Forum: Quick Start
Topic: [Workshop] Training Material PDF
Replies: 0
Views: 22382

[Workshop] Training Material PDF

Platform: MA35D1 Platform resource link: https://www.nuvoton.com/products/microprocessors/arm-cortex-a35-mpus/ma35d1-high-performance-edge-iiot-series/design-resource/ BSP link: https://github.com/OpenNuvoton/MPU-Family Download link: Training Material.zip Brief: 2023_0627 HMI EVB Quick Startup Work...
by yhcheng3
06 Sep 2023, 16:07
Forum: Nuvoton HMI/GUI
Topic: [N9H Series] emWin AppWizard Development Considerations
Replies: 0
Views: 37730

[N9H Series] emWin AppWizard Development Considerations

N9H Series - emWin AppWizard Development Considerations Brief: This note will explain the application of emWin AppWizard on the Nuvoton N9H Human Machine Interface (HMI) Series platform, focusing on selecting appropriate hardware/software acceleration designs for different applications and designs....
by yhcheng3
01 Sep 2023, 17:59
Forum: FAQ
Topic: FAQ_MA35D1_RTT VPLL frequency
Replies: 0
Views: 39303

FAQ_MA35D1_RTT VPLL frequency

Question : Understand IMAGE_INSTALL Library in Yocto Build System Answer. VPLL can set different output frequencies. Set 102MHz, which is used for the LCD screen on the development board. User can set different frequencies yourself, refer to \libraries\ma35\StdDriver\src\nu_disp.c. VPLL.png #MA35D1...
by yhcheng3
01 Sep 2023, 17:57
Forum: FAQ
Topic: FAQ_MA35D1_Cannot Build pack.bin in OpenWRT
Replies: 0
Views: 28590

FAQ_MA35D1_Cannot Build pack.bin in OpenWRT

Question : Cannot Build pack.bin in OpenWRT Answer. Maybe the compilation environment does not have jq installed. Install jq package sudo apt install jq Due to the need to clear TF-A, Optee-OS and U-boot when changing the configuration make package/boot/arm-trusted-firmware-ma35d1/clean make packag...
by yhcheng3
01 Sep 2023, 17:11
Forum: FAQ
Topic: FAQ_MA35D1_UART maximum baud rate support
Replies: 0
Views: 27963

FAQ_MA35D1_UART maximum baud rate support

Question : UART maximum baud rate support Answer. According to the manual, the maximum baud rate can support 9.5MHz Using non-os code to perform internal loop back testing can achieve the values described by TRM . In Linux, our test situation is that the FIFO trigger level is set to 0x30, and the b...
by yhcheng3
01 Sep 2023, 17:07
Forum: FAQ
Topic: FAQ_MA35D1_ IO Corresponding to VDDIO
Replies: 0
Views: 29710

FAQ_MA35D1_ IO Corresponding to VDDIO

Question :

Understand IMAGE_INSTALL Library in Yocto Build System


Answer.
The VDDIO description is described in the TRM manual:
VDDIO_1.png
VDDIO_1.png (203.32 KiB) Viewed 29710 times
VDDIO_2.png
VDDIO_2.png (42.54 KiB) Viewed 29710 times
#MA35D1, #VDDIO
.
by yhcheng3
01 Sep 2023, 17:04
Forum: FAQ
Topic: FAQ_MA35D1_Support SmartCard
Replies: 0
Views: 27806

FAQ_MA35D1_Support SmartCard

Question : Support SmartCard Answer. The linux Kernel does not support smart cards. Only MA35D1 Non-OS and RTP M4 support smart card. For example, if the current customer uses the Linux system, the Smart card function can only be run on the RTP. The control, data, or status of the swiped card can b...
by yhcheng3
01 Sep 2023, 16:57
Forum: FAQ
Topic: FAQ_MA35D1_ RTLINUX Test Program
Replies: 0
Views: 27354

FAQ_MA35D1_ RTLINUX Test Program

Question : RTLINUX Test Program : After adding the RTLINUX patch under openwrt When running stress-ng for stress testing, it was found that the CPU of rtlinux firmware can reach 50%, and non-rtlinux firmware can reach 100%. The running command is stress-ng -c 2 --cpu-method pi. I would like to know...
by yhcheng3
01 Sep 2023, 16:52
Forum: FAQ
Topic: FAQ_MA35D1_IoT Board Modify Reserved-Memory
Replies: 0
Views: 27830

FAQ_MA35D1_IoT Board Modify Reserved-Memory

Question : IoT Board Modify Reserved-Memory Answer. Because the IoT Board does not use display-related content, you can remove the display-related content in the device tree and add reserved-memory. Currently, the reserved-memory of 128M is 19980k , and the reserved-memory of 512M is 117404K . Dele...
by yhcheng3
01 Sep 2023, 16:41
Forum: FAQ
Topic: FAQ_MA35D1_ How to Enter Sleep Mode
Replies: 0
Views: 27980

FAQ_MA35D1_ How to Enter Sleep Mode

Question : How to Enter Sleep-mode ? Answer. Please refer to section 3.1.6 " Power Management " in the document UM_EN_MA35D1_Linux_BSP.pdf. Power management.png The relevant code can be found in the TFA (Trusted Firmware-A) file ma35d1_pm.c located in the directory plat/nuvoton/ma35d1/. #MA35D1, #s...