Search found 22 matches

by nanoController
07 Jul 2022, 12:38
Forum: Linux/RTOS
Topic: Setting up a Nuvoton Nu-Maker-M032SE
Replies: 12
Views: 20771

Re: Setting up a Nuvoton Nu-Maker-M032SE

I realized where I had set -Werror. It was at project-creation! When the sample-code project of Hello World is first created, it asks you some questions eg the flash and RAM of the target. The following are also selectable: . Check most warnings . Check some warnings . -Werror I think I selected the...
by nanoController
07 Jul 2022, 11:09
Forum: Linux/RTOS
Topic: Setting up a Nuvoton Nu-Maker-M032SE
Replies: 12
Views: 20771

Re: Setting up a Nuvoton Nu-Maker-M032SE

Before I forget: I had trouble compiling the Hello World project! Just now, it built. To cut to the chase: . Somehow, -Werror and -Wconversion were set. I highly doubt that I set them, despite my predilection for the former. I know better than to set -Wconversion on a project that's not mine! De-sel...
by nanoController
05 Jul 2022, 14:13
Forum: Linux/RTOS
Topic: Setting up a Nuvoton Nu-Maker-M032SE
Replies: 12
Views: 20771

Re: Setting up a Nuvoton Nu-Maker-M032SE

So far, I've not had success in building Hello World. The first error was that it could not find the file M031Series.h! That is in ~/local/Packages/Nuvoton/NuMicro_DFP/1.3.15/Device/M031/Include/M031Series.h NuEclipse_V1.02.019_Linux_Setup/eclipse/Packages/Nuvoton/NuMicro_DFP/1.3.15/Device/M031/Incl...
by nanoController
03 Jul 2022, 14:16
Forum: Linux/RTOS
Topic: Setting up a Nuvoton Nu-Maker-M032SE
Replies: 12
Views: 20771

Re: Setting up a Nuvoton Nu-Maker-M032SE

NuEclipse_V1.02.019_Linux_Setup/UserManual/UM_NuEclipse_EN.pdf
is the latest, April 2022, user manual for eclipse.
by nanoController
03 Jul 2022, 14:00
Forum: Linux/RTOS
Topic: Setting up a Nuvoton Nu-Maker-M032SE
Replies: 12
Views: 20771

Re: Setting up a Nuvoton Nu-Maker-M032SE

The Linux eclipse (Nu Eclipse) manual is indispensable. It has a lot of info, which I am following, step by step.
by nanoController
03 Jul 2022, 13:44
Forum: Linux/RTOS
Topic: Setting up a Nuvoton Nu-Maker-M032SE
Replies: 12
Views: 20771

Re: Setting up a Nuvoton Nu-Maker-M032SE

To ensure that eclipse has found your toolchain (which, after all, it _should_ because it comes _bundled_ with it), check eclipse > Window > Preferences > C/C++ > Build > Global Tools Paths This will show your paths. On Linux, "Build tools folder" should be blank. And eclipse > Window > Preferences ...
by nanoController
03 Jul 2022, 13:17
Forum: Linux/RTOS
Topic: Setting up a Nuvoton Nu-Maker-M032SE
Replies: 12
Views: 20771

Setting up Eclipse, and the first project

I mentioned where to get the Linux eclipse (Nu-Eclipse) from. The version i got was NuEclipse_V1.02.019_Linux_Setup.tar.gz Once extracted, it contains a NuEclipse_V1.02.019_Linux_Setup/install.sh which must be run, and as a regular user ie non-root. It assumes that you have 'sudo' available and enab...
by nanoController
02 Jul 2022, 23:20
Forum: Linux/RTOS
Topic: Setting up a Nuvoton Nu-Maker-M032SE
Replies: 12
Views: 20771

Re: Setting up a Nuvoton Nu-Maker-M032SE

I forgot: Before connecting the usb, 2 dip-switches have to be toggled, in order to enable the serial (COM port) connection. These are shown in the eval board's manual, and on the upper left-hand side of the attached picture.
by nanoController
02 Jul 2022, 14:31
Forum: Linux/RTOS
Topic: Setting up a Nuvoton Nu-Maker-M032SE
Replies: 12
Views: 20771

Setting up a Nuvoton Nu-Maker-M032SE

As a newb to the Nuvoton platform, I purchased a Nu-Maker-M032SE, which is an evaluation board for the m032 micro-controller (uC). This is a record of my initial fiddlings with it. Where I am, and considering my time pressures, I got the board from digikey (as opposed to techDesign or Nuvoton Direct...
by nanoController
29 Jun 2022, 23:32
Forum: Development Platform
Topic: Initial forays into the Nuvoton environment.
Replies: 3
Views: 36470

Initial forays into the Nuvoton environment.

Just some brief notes on my experiences, as a newb in Nuvoton. I've been exploring this platform as a potential option for migrating away from Microchip/AVR. Stock levels and prices are horrendous for the latter, and indeed for most/all alternatives. When examining the various options in micro-contr...