Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/12/11 18:43
Read: times


 
#183340 - Normally gdb for large-ARM projects.
Responding to: ???'s previous message
When I work with PC-class hardware, I mean programs using Linux or some other "big" OS.

If the platform doesn't boot at all, you would then normally need a Lauterbach or similar, but most bigger ARM chips already have platform support for at least Linux, care of the chip manufacturer.

So for debugging I could use gdb. Note that gdb supports networking, where I can use gdb on a PC to debug a program running on an embedded target.

Next thing is that when you get to bigger embedded platforms running Linux, you could do the majority of testing on a standard PC, with emulation layers for any specific hardware features of the embedded platform. And good code is expected to be able to handle little/big endian systems. And good developers are expected to be able to write code that are efficient enough that they will work on the target platform even if they are developed on a PC with 100 times more speed.

So I use gdb for high-end embedded systems capable of running full operating systems. The Lauterbach can normally collect dust.

And Keil MDK-ARM for low-end systems where there may - or may not - be any RTOS involved, and where the code plays directly with all the hardware. Keil's uLink if I feel I do need to single-step through the code. But mostly, I debug with printouts.

List of 28 messages in thread
TopicAuthorDate
Cortex M3 Tool Chain?            01/01/70 00:00      
   Tool Chains for ARM Cortex-M3            01/01/70 00:00      
      MDK-ARM for ARM microcontrollers            01/01/70 00:00      
         PC Class Embedded...            01/01/70 00:00      
            usage of GCC            01/01/70 00:00      
               < forced subject line >            01/01/70 00:00      
            Normally gdb for large-ARM projects.            01/01/70 00:00      
               Host / Target            01/01/70 00:00      
                  I could, but don't feel it's a good idea            01/01/70 00:00      
      So Keil is suggested.......            01/01/70 00:00      
         Prices            01/01/70 00:00      
            Price List            01/01/70 00:00      
               Pricing            01/01/70 00:00      
   I've used Keil and IAR for stm32f1xx            01/01/70 00:00      
   how about yagarto            01/01/70 00:00      
      The man from YAGARTO, he say...            01/01/70 00:00      
         May Go With CrossWorks            01/01/70 00:00      
            a question just for record            01/01/70 00:00      
               Good Moral?            01/01/70 00:00      
            Educational purpose            01/01/70 00:00      
               Code Composer...            01/01/70 00:00      
                  Cheap STM32 boards            01/01/70 00:00      
                     Development boards            01/01/70 00:00      
                     stuff on hand            01/01/70 00:00      
   IAR            01/01/70 00:00      
      a funy issue with IAR/xp            01/01/70 00:00      
         It's more stubborn for you than for me then.            01/01/70 00:00      
      RE: Unrelated rant            01/01/70 00:00      

Back to Subject List