Page 1 of 1

Keil RTX RTOS Query on Nuvoton M0

Posted: 16 Jun 2017, 16:04
by Prima
Hi Prima,

Could you please advise if there is any material / video / reference material for the CMSIS - RTX RTOS using Keil MicroVision5 to be used on the NUC140 Learning Board ?
As there does not seem to be any material of that sort any where …

Hope to hear from you soon.

Thanks.

Regards,
Ober Choo
Cytron Technologies
URL: www.cytron.com.my

Re: Keil RTX RTOS Query on Nuvoton M0

Posted: 16 Jun 2017, 16:05
by Prima
Hi Ober,

http://bbs.21ic.com/search.php?mod=foru ... yes&kw=rtx

Those are some discussions on RTX.

Thanks and best regards,
Henry

Re: Keil RTX RTOS Query on Nuvoton M0

Posted: 16 Jun 2017, 16:05
by Prima
Hi Prima,

The discussion is deleted. Can help?

Thanks.

Regards,
Ober Choo
Cytron Technologies
URL: www.cytron.com.my

Re: Keil RTX RTOS Query on Nuvoton M0

Posted: 16 Jun 2017, 16:18
by Prima
Hi Ober,

You can go to http://bbs.21ic.com/iclist-187-1.html and change drop down menu to “本版” and type “RTX” into blue rectangle.
Then start to search.


Thanks and best regards,
Henry

Re: Keil RTX RTOS Query on Nuvoton M0

Posted: 23 Jun 2017, 13:58
by psebast1_1
Hi Prima,

Could you please advise on availability of steps to be done to implement the RTX RTOS using Keil uV5 ? Done it on an mBed board that worked easily. Am looking for steps to get it done easily on the NUC140 Learning board

The previously mentioned link did not have steps or sufficient information to get that done.

Re: Keil RTX RTOS Query on Nuvoton M0

Posted: 26 Jun 2017, 11:59
by Prima

Re: Keil RTX RTOS Query on Nuvoton M0

Posted: 28 Jun 2017, 15:25
by psebast1_1
Hi Prima,

Thanks for the link. Have tried it .. Seem to be having a error that appears once i have compiled and built it.. Which is as follows (Am i missing something) :

*** Using Compiler 'V5.06 update 1 (build 61)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'Target 1'
compiling retarget.c...
C:\Keil_v5\ARM\PACK\Nuvoton\NuMicro_DFP\1.0.9\Device\NUC100\Include\NUC100Series.h(12804): error: #5: cannot open source input file "SYS.h": No such file or directory
#include "SYS.h"
C:\Keil_v5\ARM\PACK\Nuvoton\NuMicro_DFP\1.0.9\Device\NUC100\Driver\retarget.c: 0 warnings, 1 error
compiling main.c...
assembling startup_NUC100Series.s...
compiling system_NUC100Series.c...
C:\Keil_v5\ARM\PACK\Nuvoton\NuMicro_DFP\1.0.9\Device\NUC100\Include\NUC100Series.h(12804): error: #5: cannot open source input file "SYS.h": No such file or directory
#include "SYS.h"
RTE\Device\NUC140VE3CN\system_NUC100Series.c: 0 warnings, 1 error
compiling RTX_Conf_CM.c...
".\Objects\RTX_Samp1.axf" - 2 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:15


Is the SYS.h file located somewhere else ? Please advise.

Thanks

Re: Keil RTX RTOS Query on Nuvoton M0

Posted: 29 Jun 2017, 11:04
by Prima
Dear Patrick,

Compiler can not find SYS.h file which is announced to locate at “C:\Keil_v5\ARM\PACK\Nuvoton\NuMicro_DFP\1.0.9\Device\NUC100\Include\NUC100Series.h”
You should check the folder if the file is exist or not.

Thanks and best regards,
Henry/林昌宏.

Re: Keil RTX RTOS Query on Nuvoton M0

Posted: 29 Jun 2017, 11:34
by psebast1_1
Hi everyone,

Just found the location of the folder of the drivers that the Nuc100Series.h file was looking for ...

Had to include the directory into the compilation option of include path ...