Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

Debugging Application/FreeRTOS on Galileo, breakpoints?

Posted by yacinenet on March 29, 2016

Hello,

i try to debug a code (below) on Intel Galileo using JTAG Debugger Olimex ARM. It's possible to execute only one part of ASM programme? How can i do that? Debugger don't stop in breakpoints and don't execute my code.

Thank you in Advance.

(I have only change the main.c file, please see attached)

https://www.dropbox.com/s/l3w5qdnry3asatq/main_c.zip?dl=0

~~~~ /* Add 10 and 20 and store result into register %eax */ asm volatile( "movl $10, %eax;" "movl $20, %ebx;" "addl %ebx, %eax;");

    	/* Subtract 20 from 10 and store result into register %eax */
    	__asm__ __volatile__( "movl $10, %eax;"
    	                    "movl $20, %ebx;"
    	                    "subl %ebx, %eax;");

    	    /* Multiply 10 and 20 and store result into register %eax */
    	__asm__ __volatile__( "movl $10, %eax;"
    	                    "movl $20, %ebx;"
    	                    "imull %ebx, %eax;");

~~~~


Debugging Application/FreeRTOS on Galileo, breakpoints?

Posted by rtel on March 29, 2016

i try to debug a code (below) on Intel Galileo using JTAG Debugger Olimex ARM. It's possible to execute only one part of ASM programme? How can i do that?

This is a tools question, not a FreeRTOS support question. You need to open the asm window in Eclipse, and then set the debugger to single step asm instructions - but you will need to see the Eclipse documentation rather than the FreeRTOS documentation on how to do that.

Debugger don't stop in breakpoints and don't execute my code.

? I assume I don't understand what you mean here, as you can't set break points in code that is not executing.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner