You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by Bhargav Shah <bh...@gmail.com> on 2021/05/17 17:56:24 UTC

Debug nuttx port with IAR

Hi,
I am trying to port nuttx to LPC54018 IoT module. I am able to compile port.
Now, I want to flash/load binary to the device using IAR.
Tried steps documented here
:https://github.com/robbie-cao/nuttx/blob/master/configs/stm3220g-eval/README.txt
Did not work.

Can anyone help me with steps to debug nuttx wth IAR ?
Thanks in advance.

-- 
Regards,
Bhargav Shah

Re: Debug nuttx port with IAR

Posted by Gregory Nutt <sp...@gmail.com>.
IAR support was, apparently, working in May/August of 2016 when it was 
incorporated, but I am not aware of anyone that has used it since then.  
Support was included in the repository for the STM3220G-EVAL (and for a 
couple of other STM32 boards), but was removed in November 2017 because 
it was unused and a maintenance problem.  It should be possible to 
recreate that support with the instructions that you found in the 
stm3220g-eval README file.

Unfortunately, no one will be able to help you now other than the 
original author of the IAR support (Aleksandr Vyhovanec) but he is no 
longer actively participating in the NuttX project.  So I think you are 
the expert now!

For reference, you can see what was removed here:

https://bitbucket.org/patacongo/obsoleted/src/60ec01456d8b09f5b813a5fd8865cdbd5a0ccc20/ChangeLog#lines-357
https://bitbucket.org/patacongo/obsoleted/src/master/nuttx/configs/stm3220g-eval/
https://bitbucket.org/patacongo/obsoleted/src/master/Patches/Remove-stm3220g-eval-ide-2017-11-16.patch

That is, of course, all available in the GIT history as well.


On 5/17/2021 11:56 AM, Bhargav Shah wrote:
> Hi,
> I am trying to port nuttx to LPC54018 IoT module. I am able to compile port.
> Now, I want to flash/load binary to the device using IAR.
> Tried steps documented here
> :https://github.com/robbie-cao/nuttx/blob/master/configs/stm3220g-eval/README.txt
> Did not work.
>
> Can anyone help me with steps to debug nuttx wth IAR ?
> Thanks in advance.
>