Search found 19 matches

by AlsoJoe
14 Dec 2018, 00:01
Forum: Development Platform
Topic: NUC505 'Boot from USB' : request for details
Replies: 0
Views: 44430

Re: NUC505 'Boot from USB' : request for details

Hi,
The file format is binary file which is generated by IDE.
And the binary data will be written to embedded SPI flash at address 0x0.
by AlsoJoe
17 Nov 2017, 17:29
Forum: Example Code
Topic: NUC230 data flash programming
Replies: 2
Views: 33401

Re: NUC230 data flash programming

Hi Ahndy, About the FMC question, attached is a sample code base on the FMC_RW sample code in NUC230_240_Series_BSP_CMSIS_V3.01.001. FMC_RW_171017.zip Use SetDataFlashBase() to set the Data Flash base address. Inside SetDataFlashBase(), SYS->IPRSTC1 |= SYS_IPRSTC1_CHIP_RST_Msk; do chip reset to make...
by AlsoJoe
18 Apr 2017, 18:02
Forum: Example Code
Topic: Sample project/resources for GCC/Linux
Replies: 21
Views: 132828

Re: Sample project/resources for GCC

Hi lalit, may I ask the reason of using GCC?
As far as I know, it cannot Debug when using GCC instead of using Keil or IAR.
by AlsoJoe
17 Apr 2017, 15:32
Forum: Development Platform
Topic: Source Code for ISP loaders missing from Nuvoton_8051_ISP-ICP_Programmer_v7.15.zip
Replies: 3
Views: 19309

Re: Source Code for ISP loaders missing from Nuvoton_8051_ISP-ICP_Programmer_v7.15.zip

We do not release this standard ISP boot code source code, but for 1T series, we release ISP boot source code and GUI source code similar with Nuvoton M0 package to release. Switch the part number you want to create.
by AlsoJoe
17 Apr 2017, 15:15
Forum: Example Code
Topic: Where to find Sample Code on Nuvoton website?
Replies: 4
Views: 53243

Re: Where to find Sample Code on Nuvoton website?

Yes, if you do not need debug function, also can download this hex file into tiny board by nulink ICP tool to find the free run result.
by AlsoJoe
29 Mar 2017, 11:17
Forum: Development Platform
Topic: The latest Nu-Bridge Dual COM Release! (March 2017)
Replies: 0
Views: 18563

The latest Nu-Bridge Dual COM Release! (March 2017)

Click to download the latest Nu-Bridge Dual COM firmware, Windows driver, and User Manual:
Nu-Bridge Dual COM.zip
(5.08 MiB) Downloaded 2547 times

Click to download the latest Nu-Bridge ISP Update source code:
Nu-Bridge ISP.zip
(247.29 KiB) Downloaded 2418 times

Click to download the latest Nu-Bridge Schematic:
Nu-Bridge Schematic.zip
(230.89 KiB) Downloaded 2367 times
by AlsoJoe
29 Mar 2017, 11:11
Forum: Development Platform
Topic: The Latest Nu-Bridge Release! (March 2017)
Replies: 0
Views: 18770

The Latest Nu-Bridge Release! (March 2017)

Click to download the latest Nu-Bridge firmware, software and User Manual:
Nu-Bridge Serial Port.zip
(20.51 MiB) Downloaded 2520 times

Click to download the latest Nu-Bridge ISP Update source code:
Nu-Bridge ISP.zip
(247.29 KiB) Downloaded 2406 times

Click to download the latest Nu-Bridge Schematic:
Nu-Bridge Schematic.zip
(230.89 KiB) Downloaded 2368 times
by AlsoJoe
29 Mar 2017, 10:53
Forum: Development Platform
Topic: The Latest ISP Programming Tool Release! (March 2017)
Replies: 0
Views: 18578

The Latest ISP Programming Tool Release! (March 2017)

Click to download the lastest ISP Programming Tool!
by AlsoJoe
29 Mar 2017, 10:47
Forum: Development Platform
Topic: If the watchdog (WDT) function is enabled in the config bit, will it affect ISP upgrade procedure?
Replies: 0
Views: 12497

If the watchdog (WDT) function is enabled in the config bit, will it affect ISP upgrade procedure?

If the watchdog (WDT) function is enabled in the config bit, the watchdog will start automatically. The default clock source is internal low speed 10 kHz clock. Reset Time = Overflow Time + Delay Time = (2 ^ 18 + 1026) /10k=26.3 seconds. The Nuvoton ISP Boot Loader program did not include the watchd...