Search found 207 matches
- 31 May 2021, 15:50
- Forum: Nuvoton Cortex-M0/M23 MCU
- Topic: Do Nuvoton Nu-Link Debugging Tools support 8051 series chips?
- Replies: 0
- Views: 863
Do Nuvoton Nu-Link Debugging Tools support 8051 series chips?
Nuvoton Nu-Link Debugging Tools include Nu-Link-Me (ICE), Nu-Link-Pro (ICE), and Nu-Link (ICE), and support 1T 8051 chips, such as N76E003, N76E616, and N76E885. Other older 8051 series are not currently supported and require additional tools for debugging.
- 31 May 2021, 15:50
- Forum: Nuvoton Cortex-M0/M23 MCU
- Topic: What is the relationship among the configurable Data Flash size, address, and APROM?
- Replies: 0
- Views: 872
What is the relationship among the configurable Data Flash size, address, and APROM?
In the NuMicro® family, the configurable Data Flash size is shared with APROM. Refer to the following example. Assuming that APROM is 128 KB, in the case that Data Flash is not enabled: APROM Start Addr : 0x0000_0000 APROM End Addr : 0x0001_FFFF Assuming that Data Flash is enabled and the size is se...
- 31 May 2021, 15:49
- Forum: Nuvoton Cortex-M0/M23 MCU
- Topic: How to enable configurable Data Flash and set the size in the Keil rvmdk development environment?
- Replies: 0
- Views: 882
How to enable configurable Data Flash and set the size in the Keil rvmdk development environment?
In the NuMicro® family, if the Data Flash size is configurable, its size is shared with the APROM. To configure Data Flash, please follow the steps below: In Keil µVision4/5, open the Option for target form (Flash->Configure Flash Tools) 1. Select “Utilities” 2. Click “Settings” button 3. Click “Con...
- 31 May 2021, 15:49
- Forum: Nuvoton Cortex-M0/M23 MCU
- Topic: How to enable configurable Data Flash and set the size with Nuvoton NuMicro® ICP Programming Tool?
- Replies: 0
- Views: 853
How to enable configurable Data Flash and set the size with Nuvoton NuMicro® ICP Programming Tool?
In the NuMicro® family, if the Data Flash size is configurable, its space is shared with the APROM. To configure Data Flash, please follow the steps below: 1. Click “Setting” button to open the Chip Options form; 2. Enable “Data Flash”; 3. Set the Data Flash size; 4. Enable “Config” for programming ...
- 31 May 2021, 15:49
- Forum: Nuvoton Cortex-M0/M23 MCU
- Topic: How to enable configurable Data Flash and set the size in the IAR Embedded Workbench for ARM development environment?
- Replies: 0
- Views: 915
How to enable configurable Data Flash and set the size in the IAR Embedded Workbench for ARM development environment?
In the NuMicro® family, if the Data Flash size is configurable, its size is shared with the APROM. To configure Data Flash, please follow the steps below: 1. Select Nu-Link ICP Programming Tool; 2. Select Target Chip for the ICP Tool; 3. Click “Continue” button; 4. Click “Setting” button to open the...
- 31 May 2021, 15:48
- Forum: Nuvoton Cortex-M0/M23 MCU
- Topic: Why SPIM can be executed in debug mode, but cannot be executed in free run mode when the NUC505 SPIM is used?
- Replies: 0
- Views: 837
Why SPIM can be executed in debug mode, but cannot be executed in free run mode when the NUC505 SPIM is used?
The NUC505 uses the SPIM function to interface with the internal SPI Flash. Therefore, the SPIM function must be placed in the SRAM before it can be executed. Since the SPIM sample code in the NUC505 BSP has the Initialization file being set, the code is executed on the SRAM in debug mode, as shown ...
- 31 May 2021, 15:48
- Forum: Nuvoton Cortex-M0/M23 MCU
- Topic: How to measure accurate ADC voltage values?
- Replies: 0
- Views: 867
How to measure accurate ADC voltage values?
The ADC (Analog-to-Digital Converter) architecture of Nuvoton’s microcontroller (MCU) is mostly equipped with SAR ADC (Successive approximation ADC), which needs to store the charge in the sample-and-hold capacitor inside the ADC in use. User needs to make sure that the sample-and-hold capacitor aft...
- 31 May 2021, 15:47
- Forum: Nuvoton Cortex-M0/M23 MCU
- Topic: How to increase the number of devices supported when connecting to an external USB hub?
- Replies: 0
- Views: 859
How to increase the number of devices supported when connecting to an external USB hub?
Please increase the values of the DEV_MAX_NUM, ED_MAX_NUM and MAX_HUB_DEVICE in usbh_config.h, as shown below.
- 31 May 2021, 15:47
- Forum: Nuvoton Cortex-M0/M23 MCU
- Topic: What to pay attention to when operating the M451 full-duplex SPI?
- Replies: 0
- Views: 847
What to pay attention to when operating the M451 full-duplex SPI?
The NuMicro® M451 SPI supports full-duplex mode, which transmits (receives) data as well as receives (transmits) data, thus improving the SPI transmission efficiency. Therefore, before receiving data, user must first empty the SPI RX FIFO to avoid receiving unexpected data. In the code, user must fi...
- 31 May 2021, 15:47
- Forum: Nuvoton Cortex-M0/M23 MCU
- Topic: What is the function of M480 SPI half-duplex mode? How to use it?
- Replies: 0
- Views: 844
What is the function of M480 SPI half-duplex mode? How to use it?
The M480 SPI supports full-duplex mode and half-duplex mode. When an external SPI device is connected only for one-way reception or transmission, the half-duplex mode can be used, so that another unused SPI pin can be used for other functions. This allows for more flexible pin assignment. User can s...
