cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot debug - Break at address "0x8011e1a" with no debug information available, or outside of program code

Rkalm.1
Associate

Hi all,

I'm trying to debug the STM32L4A6RG custom board and I have modified the Linker file (as shown in fig 2)which is associated with this board. After the debug, control is hitting at main function successfully. And the breakpoint is coming till this function prvPortStartFirstTask. But the control is not coming to the vPortSVCHandler function rather it is breaking at this address 0x8011e1a.(as shown in fig 1)

fig 1: cannot debug-break at address 0X8011e1a

0693W00000AOcIVQA1.pngfig 2: Linker file(main LD file)

0693W00000AOcgNQAT.pngsub ld files which are included in main ld file

sub lf file 1)

0693W00000AOch1QAD.pngsub ld file 2)

0693W00000AOchGQAT.pngPlease can any one tell me the issue why it is happening ?and the solution for this issue.

Thanks in advance,

Roopa K

1 REPLY 1
Rkalm.1
Associate

Hi all,

I resolved this issue by changing the VECT_TAB_OFFSET(as per the vector start address) in system_stm32l4xx.c file

Regards,

Roopa