Comment 9 for bug 1747966

Revision history for this message
GLX (rayer) wrote :

OK, i tried it and the only change is that some new lines appeared in LST file:

08000fec <USART2_IRQHandler>:
 * @retval : None
*/
    .section .text.Default_Handler,"ax",%progbits
Default_Handler:
Infinite_Loop:
 b Infinite_Loop
 8000fec: e7fe b.n 8000fec <USART2_IRQHandler>
 ...

but in MAP file it is still directed to default infinite loop handler and also the resulting BIN, HEX files was not changed.