Search found 8 matches

by lalit
27 Jul 2017, 21:41
Forum: Example Code
Topic: Sample project/resources for GCC/Linux
Replies: 21
Views: 132956

Re: Sample project/resources for GCC/Linux

Hi,
Can you repost the source code which was attached in the post above? I am trying to make things work on Eclipse, it would seem there is some issue during linking, as the hex generated is not working.

Thanks and Regards
by lalit
16 May 2017, 19:52
Forum: Nuvoton Cortex-M4 MCU
Topic: [M453] Wakeup from Deep Sleep by GPIO Interrupt
Replies: 5
Views: 10874

Re: [M453] Wakeup from Deep Sleep by GPIO Interrupt

Hi,
Thanks for pointing that out. Got it resolved.
Also on a side note, just a suggestion, if you guys can implement a resolved or not resolved tag in the forum, that would be great.

Regards
by lalit
16 May 2017, 14:26
Forum: Nuvoton Cortex-M4 MCU
Topic: [M453] Wakeup from Deep Sleep by GPIO Interrupt
Replies: 5
Views: 10874

Re: [M453] Wakeup from Deep Sleep by GPIO Interrupt

Hi, Yes I have looked at the example. The problem was that I was enabling Deep Sleep Mode inside an interrupt, which was causing problem. I moved the enabling interrupt to main, now its working fine. But now I am having problems with Timer in Deep Sleep Mode. I am adding code snippets to better desc...
by lalit
08 May 2017, 18:20
Forum: Nuvoton Cortex-M4 MCU
Topic: [M453] Wakeup from Deep Sleep by GPIO Interrupt
Replies: 5
Views: 10874

[M453] Wakeup from Deep Sleep by GPIO Interrupt

Hi, How can I configure the CPU to wake up from Deep Sleep mode using a normal GPIO interrupt? I have configured SCB->SCR and CLK->PWRCTL to configure deep sleep mode. It is mentioned in the TRM that only LIRC and LIXT clocks are enabled during deep sleep. How can I enable GPIO interrupts as well? [...
by lalit
27 Apr 2017, 13:01
Forum: Example Code
Topic: Sample project/resources for GCC/Linux
Replies: 21
Views: 132956

Re: Sample project/resources for GCC/Linux

Yeah thought so, thanks for all the help. Can anyone from NUVOTON comment on this, do you guys have any plan on introducing tools for linux in any near future?

Regards
by lalit
24 Apr 2017, 15:39
Forum: Example Code
Topic: Sample project/resources for GCC/Linux
Replies: 21
Views: 132956

Re: Sample project/resources for GCC/Linux

Hi,
Thanks for the code, I have been able to compile my code fine by reversing CoIDE code and now using your code. How are you uploading the code to controller as there is no linux utility for that? Maybe I am not able to find it, can you provide a link to that if possible?

Regards
by lalit
19 Apr 2017, 13:31
Forum: Example Code
Topic: Sample project/resources for GCC/Linux
Replies: 21
Views: 132956

Re: Sample project/resources for GCC

@AlsoJoe : The reason is that most of our systems are linux based, so using GCC will make our system OS independent and also free of charges. I can use gdb to debug, it works pretty well, just needs some getting used to. @icserny: I have tried CoIDE, although it doesn't have any linux port, I think ...
by lalit
17 Apr 2017, 17:41
Forum: Example Code
Topic: Sample project/resources for GCC/Linux
Replies: 21
Views: 132956

Sample project/resources for GCC/Linux

Hi,
Do you have any project which can be used with GCC or any resources that can help me in porting the code to GCC?

[EDIT]
I'm mainly trying to setup Nuvoton environment in linux. But it looks like there is no linux support for ICP tool, do you guys have it planned?

Regards