@ -27174,3 +27174,544 @@ A debugging session is active.
Quit anyway? (y or n) [answered Y; input not from terminal]
[Inferior 1 (Remote target) detached]
0x080062e8 in p_serial_mgr_init (huart=0x20000b10 <huart2>) at shared/drivers/p_serial_mgr.c:55
55 }
### Assembly ############################################################################################################################################################################################################################
0x080062de p_serial_mgr_init+26 lsrs r0, r0, #32
0x080062e0 p_serial_mgr_init+28 push {r7, lr}
0x080062e2 p_serial_mgr_init+30 sub sp, #16
0x080062e4 p_serial_mgr_init+32 add r7, sp, #0
0x080062e6 p_serial_mgr_init+34 ldr r3, [pc, #236] ; (0x80063d4 <p_serial_mgr_service+228>)
0x080062e8 p_serial_mgr_init+36 ldrb r3, [r3, #0]
0x080062ea p_serial_mgr_init+38 cmp r3, #1
0x080062ec p_serial_mgr_init+40 bne.n 0x80063a2 <p_serial_mgr_service+178>
0x080062ee p_serial_mgr_init+42 nop
~
### Breakpoints #########################################################################################################################################################################################################################
### Expressions #########################################################################################################################################################################################################################
### History #############################################################################################################################################################################################################################
### Memory ##############################################################################################################################################################################################################################
### Registers ###########################################################################################################################################################################################################################
r0 0x00000000 r3 0x20002050 r6 0x00000000 r9 0x00000000 r12 0xffffffff pc 0x080062e8 msp 0x2000ffd8 basepri 0x00
r1 0x40013800 r4 0x20002094 r7 0x2000ffd8 r10 0x00000000 sp 0x2000ffd8 xPSR 0x01030000 psp 0x00000000 faultmask 0x00
r2 0x0000002d r5 0x00000000 r8 0x00000000 r11 0x00000000 lr 0x080011f1 fpscr 0x00000010 primask 0x00 control 0x04
### Source ##############################################################################################################################################################################################################################
45 else
46 {
47 sstate = SS_ERR;
48 }
49 }
50
51 void p_serial_mgr_init(UART_HandleTypeDef *huart)
52 {
53 _serial_huart_inst = huart;
54 _serial_huart_inst->RxCpltCallback = UART1_RxCpltCallback;
55 }
56 void p_serial_mgr_service(void)
57 {
58 if (sstate == SS_START)
59 {
60 while (HAL_UART_Receive(_serial_huart_inst, &sbuffer[active_buffer][1], MAX_MESSAGE_LEN - 2, 20) != HAL_OK) {}
61 for (int ind = 0; ind < 24; ind++)
62 {
63 PDEBUG("[%d]: 0x%02x\n", ind, sbuffer[active_buffer][ind]);
64 }
### Stack ###############################################################################################################################################################################################################################
[0] from 0x080062e8 in p_serial_mgr_init+36 at shared/drivers/p_serial_mgr.c:55
[1] from 0x080011f0 in main+136 at Core/Src/main.c:141
### Threads #############################################################################################################################################################################################################################
[1] id 0 from 0x080062e8 in p_serial_mgr_init+36 at shared/drivers/p_serial_mgr.c:55
### Variables ###########################################################################################################################################################################################################################
arg huart = 0x20000b10 <huart2>: {Instance = 0x40004400,Init = {BaudRate = 115200,WordLength = 0,StopBi…
#########################################################################################################################################################################################################################################
Loading section .isr_vector, size 0x190 lma 0x8000000
Loading section .text, size 0xb720 lma 0x80001c0
Loading section .rodata, size 0x480 lma 0x800b8e0
Loading section .ARM, size 0x8 lma 0x800bd60
Loading section .init_array, size 0x8 lma 0x800bd68
Loading section .fini_array, size 0x8 lma 0x800bd70
Loading section .data, size 0x9a8 lma 0x800bd78
Start address 0x08006470, load size 50928
Transfer rate: 31 KB/sec, 5658 bytes/write.
Unable to match requested speed 500 kHz, using 480 kHz
Unable to match requested speed 500 kHz, using 480 kHz
A debugging session is active.
Inferior 1 [Remote target] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
[Inferior 1 (Remote target) detached]
UART_WaitOnFlagUntilTimeout (huart=0x20000a5c <huart1>, Flag=32, Status=RESET, Tickstart=1018847, Timeout=20) at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c:3536
3536 if (((HAL_GetTick() - Tickstart) > Timeout) || (Timeout == 0U))
### Assembly ############################################################################################################################################################################################################################
0x08005972 UART_WaitOnFlagUntilTimeout+24 beq.w 0x8005ab8 <UART_WaitOnFlagUntilTimeout+350>
0x08005976 UART_WaitOnFlagUntilTimeout+28 bl 0x8002ba8 <HAL_GetTick>
0x0800597a UART_WaitOnFlagUntilTimeout+32 mov r2, r0
0x0800597c UART_WaitOnFlagUntilTimeout+34 ldr r3, [r7, #0]
0x0800597e UART_WaitOnFlagUntilTimeout+36 subs r3, r2, r3
0x08005980 UART_WaitOnFlagUntilTimeout+38 ldr r2, [r7, #120] ; 0x78
0x08005982 UART_WaitOnFlagUntilTimeout+40 cmp r2, r3
0x08005984 UART_WaitOnFlagUntilTimeout+42 bcc.n 0x800598c <UART_WaitOnFlagUntilTimeout+50>
0x08005986 UART_WaitOnFlagUntilTimeout+44 ldr r3, [r7, #120] ; 0x78
0x08005988 UART_WaitOnFlagUntilTimeout+46 cmp r3, #0
### Breakpoints #########################################################################################################################################################################################################################
### Expressions #########################################################################################################################################################################################################################
### History #############################################################################################################################################################################################################################
### Memory ##############################################################################################################################################################################################################################
### Registers ###########################################################################################################################################################################################################################
r0 0x000f8be6 r3 0x00000007 r6 0x00000000 r9 0x00000000 r12 0xffffffff pc 0x08005980 msp 0x2000ff30 basepri 0x00
r1 0x00000020 r4 0x20002094 r7 0x2000ff30 r10 0x00000000 sp 0x2000ff30 xPSR 0x21010000 psp 0x00000000 faultmask 0x00
r2 0x000f8be6 r5 0x00000000 r8 0x00000000 r11 0x00000000 lr 0x0800597b fpscr 0x00000010 primask 0x00 control 0x04
### Source ##############################################################################################################################################################################################################################
3526 */
3527 HAL_StatusTypeDef UART_WaitOnFlagUntilTimeout(UART_HandleTypeDef *huart, uint32_t Flag, FlagStatus Status,
3528 uint32_t Tickstart, uint32_t Timeout)
3529 {
3530 /* Wait until flag is set */
3531 while ((__HAL_UART_GET_FLAG(huart, Flag) ? SET : RESET) == Status)
3532 {
3533 /* Check for the Timeout */
3534 if (Timeout != HAL_MAX_DELAY)
3535 {
3536 if (((HAL_GetTick() - Tickstart) > Timeout) || (Timeout == 0U))
3537 {
3538 /* Disable TXE, RXNE, PE and ERR (Frame error, noise error, overrun error)
3539 interrupts for the interrupt process */
3540 #if defined(USART_CR1_FIFOEN)
3541 ATOMIC_CLEAR_BIT(huart->Instance->CR1, (USART_CR1_RXNEIE_RXFNEIE | USART_CR1_PEIE |
3542 USART_CR1_TXEIE_TXFNFIE));
3543 #else
3544 ATOMIC_CLEAR_BIT(huart->Instance->CR1, (USART_CR1_RXNEIE | USART_CR1_PEIE | USART_CR1_TXEIE));
3545 #endif /* USART_CR1_FIFOEN */
### Stack ###############################################################################################################################################################################################################################
[0] from 0x08005980 in UART_WaitOnFlagUntilTimeout+38 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c:3536
[1] from 0x08004ae6 in HAL_UART_Receive+298 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c:1286
[2] from 0x08006322 in p_serial_mgr_service+50 at shared/drivers/p_serial_mgr.c:60
[3] from 0x080011f0 in main+136 at Core/Src/main.c:141
### Threads #############################################################################################################################################################################################################################
[1] id 0 from 0x08005980 in UART_WaitOnFlagUntilTimeout+38 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c:3536
### Variables ###########################################################################################################################################################################################################################
arg huart = 0x20000a5c <huart1>: {Instance = 0x40013800,Init = {BaudRate = 115200,WordLength = 0,StopBi…, Flag = 32, Status = RESET, Tickstart = 1018847, Timeout = 20
#########################################################################################################################################################################################################################################
Loading section .isr_vector, size 0x190 lma 0x8000000
Loading section .text, size 0xb730 lma 0x80001c0
Loading section .rodata, size 0x480 lma 0x800b8f0
Loading section .ARM, size 0x8 lma 0x800bd70
Loading section .init_array, size 0x8 lma 0x800bd78
Loading section .fini_array, size 0x8 lma 0x800bd80
Loading section .data, size 0x9a8 lma 0x800bd88
Start address 0x0800647c, load size 50944
Transfer rate: 31 KB/sec, 5660 bytes/write.
Unable to match requested speed 500 kHz, using 480 kHz
Unable to match requested speed 500 kHz, using 480 kHz
A debugging session is active.
Inferior 1 [Remote target] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
[Inferior 1 (Remote target) detached]
0x08005abe in UART_WaitOnFlagUntilTimeout (huart=0x20000a5c <huart1>, Flag=32, Status=RESET, Tickstart=1171099, Timeout=20) at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c:3569
3569 ATOMIC_CLEAR_BIT(huart->Instance->CR1, (USART_CR1_RXNEIE | USART_CR1_PEIE | USART_CR1_TXEIE));
### Assembly ############################################################################################################################################################################################################################
0x08005ab4 UART_WaitOnFlagUntilTimeout+230 movs r3, #3
0x08005ab6 UART_WaitOnFlagUntilTimeout+232 b.n 0x8005ada <UART_WaitOnFlagUntilTimeout+268>
0x08005ab8 UART_WaitOnFlagUntilTimeout+234 ldr r3, [r7, #12]
0x08005aba UART_WaitOnFlagUntilTimeout+236 ldr r3, [r3, #0]
0x08005abc UART_WaitOnFlagUntilTimeout+238 ldr r2, [r3, #28]
0x08005abe UART_WaitOnFlagUntilTimeout+240 ldr r3, [r7, #8]
0x08005ac0 UART_WaitOnFlagUntilTimeout+242 ands r3, r2
0x08005ac2 UART_WaitOnFlagUntilTimeout+244 ldr r2, [r7, #8]
0x08005ac4 UART_WaitOnFlagUntilTimeout+246 cmp r2, r3
0x08005ac6 UART_WaitOnFlagUntilTimeout+248 ite eq
### Breakpoints #########################################################################################################################################################################################################################
### Expressions #########################################################################################################################################################################################################################
### History #############################################################################################################################################################################################################################
### Memory ##############################################################################################################################################################################################################################
### Registers ###########################################################################################################################################################################################################################
r0 0x0011de9b r3 0x40013800 r6 0x00000000 r9 0x00000000 r12 0xffffffff pc 0x08005abe msp 0x2000ff30 basepri 0x00
r1 0x00000020 r4 0x20002094 r7 0x2000ff30 r10 0x00000000 sp 0x2000ff30 xPSR 0x81030000 psp 0x00000000 faultmask 0x00
r2 0x006210d0 r5 0x00000000 r8 0x00000000 r11 0x00000000 lr 0x0800597b fpscr 0x00000010 primask 0x00 control 0x04
### Source ##############################################################################################################################################################################################################################
3559 {
3560 /* Clear Receiver Timeout flag*/
3561 __HAL_UART_CLEAR_FLAG(huart, UART_CLEAR_RTOF);
3562
3563 /* Disable TXE, RXNE, PE and ERR (Frame error, noise error, overrun error)
3564 interrupts for the interrupt process */
3565 #if defined(USART_CR1_FIFOEN)
3566 ATOMIC_CLEAR_BIT(huart->Instance->CR1, (USART_CR1_RXNEIE_RXFNEIE | USART_CR1_PEIE |
3567 USART_CR1_TXEIE_TXFNFIE));
3568 #else
3569 ATOMIC_CLEAR_BIT(huart->Instance->CR1, (USART_CR1_RXNEIE | USART_CR1_PEIE | USART_CR1_TXEIE));
3570 #endif
3571 ATOMIC_CLEAR_BIT(huart->Instance->CR3, USART_CR3_EIE);
3572
3573 huart->gState = HAL_UART_STATE_READY;
3574 huart->RxState = HAL_UART_STATE_READY;
3575 huart->ErrorCode = HAL_UART_ERROR_RTO;
3576
3577 /* Process Unlocked */
3578 __HAL_UNLOCK(huart);
### Stack ###############################################################################################################################################################################################################################
[0] from 0x08005abe in UART_WaitOnFlagUntilTimeout+240 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c:3569
[1] from 0x08004ae6 in HAL_UART_Transmit+230 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c:1204
[2] from 0x08006322 in UART_RxISR_8BIT+356 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c:4443
[3] from 0x00000000
### Threads #############################################################################################################################################################################################################################
[1] id 0 from 0x08005abe in UART_WaitOnFlagUntilTimeout+240 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c:3569
### Variables ###########################################################################################################################################################################################################################
arg huart = 0x20000a5c <huart1>: {Instance = 0x40013800,Init = {BaudRate = 115200,WordLength = 0,StopBi…, Flag = 32, Status = RESET, Tickstart = 1171099, Timeout = 20
loc val = 134222321
#########################################################################################################################################################################################################################################
Loading section .isr_vector, size 0x190 lma 0x8000000
Loading section .text, size 0xba20 lma 0x80001c0
Loading section .rodata, size 0x450 lma 0x800bbe0
Loading section .ARM, size 0x8 lma 0x800c030
Loading section .init_array, size 0x8 lma 0x800c038
Loading section .fini_array, size 0x8 lma 0x800c040
Loading section .data, size 0x9a8 lma 0x800c048
Start address 0x08006770, load size 51648
Transfer rate: 31 KB/sec, 5738 bytes/write.
Unable to match requested speed 500 kHz, using 480 kHz
Unable to match requested speed 500 kHz, using 480 kHz
A debugging session is active.
Inferior 1 [Remote target] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
[Inferior 1 (Remote target) detached]
0x08002bac in HAL_IncTick () at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c:330
330 }
### Assembly ############################################################################################################################################################################################################################
0x08002ba2 HAL_IncTick+26 nop
0x08002ba4 HAL_IncTick+28 movs r4, r0
0x08002ba6 HAL_IncTick+30 movs r0, #0
0x08002ba8 HAL_IncTick+32 lsrs r0, r3, #16
0x08002baa HAL_IncTick+34 movs r0, #0
0x08002bac HAL_IncTick+36 push {r7}
0x08002bae HAL_IncTick+38 add r7, sp, #0
~
~
~
### Breakpoints #########################################################################################################################################################################################################################
### Expressions #########################################################################################################################################################################################################################
### History #############################################################################################################################################################################################################################
### Memory ##############################################################################################################################################################################################################################
### Registers ###########################################################################################################################################################################################################################
r0 0x00009d7f r3 0x00000012 r6 0x00000000 r9 0x00000000 r12 0xffffffff pc 0x08002bac msp 0x2000ffd0 basepri 0x00
r1 0x00000040 r4 0x2000206c r7 0x2000ffd0 r10 0x00000000 sp 0x2000ffd0 xPSR 0x21000000 psp 0x00000000 faultmask 0x00
r2 0x00000065 r5 0x00000000 r8 0x00000000 r11 0x00000000 lr 0x08002bf1 fpscr 0x00000010 primask 0x00 control 0x04
### Source ##############################################################################################################################################################################################################################
320 * used as application time base.
321 * @note In the default implementation, this variable is incremented each 1ms
322 * in SysTick ISR.
323 * @note This function is declared as __weak to be overwritten in case of other
324 * implementations in user file.
325 * @retval None
326 */
327 __weak void HAL_IncTick(void)
328 {
329 uwTick += (uint32_t)uwTickFreq;
330 }
331
332 /**
333 * @brief Provide a tick value in millisecond.
334 * @note This function is declared as __weak to be overwritten in case of other
335 * implementations in user file.
336 * @retval tick value
337 */
338 __weak uint32_t HAL_GetTick(void)
339 {
### Stack ###############################################################################################################################################################################################################################
[0] from 0x08002bac in HAL_IncTick+36 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c:330
[1] from 0x08002bf0 in HAL_Delay+40 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c:413
[2] from 0x08006706 in p_serial_mgr_service+6 at shared/drivers/p_serial_mgr.c:56
[3] from 0x080011f2 in main+138 at Core/Src/main.c:141
### Threads #############################################################################################################################################################################################################################
[1] id 0 from 0x08002bac in HAL_IncTick+36 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c:330
### Variables ###########################################################################################################################################################################################################################
#########################################################################################################################################################################################################################################
Loading section .isr_vector, size 0x190 lma 0x8000000
Loading section .text, size 0xba28 lma 0x80001c0
Loading section .rodata, size 0x450 lma 0x800bbe8
Loading section .ARM, size 0x8 lma 0x800c038
Loading section .init_array, size 0x8 lma 0x800c040
Loading section .fini_array, size 0x8 lma 0x800c048
Loading section .data, size 0x9a8 lma 0x800c050
Start address 0x08006774, load size 51656
Transfer rate: 31 KB/sec, 5739 bytes/write.
Unable to match requested speed 500 kHz, using 480 kHz
Unable to match requested speed 500 kHz, using 480 kHz
A debugging session is active.
Inferior 1 [Remote target] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
[Inferior 1 (Remote target) detached]
HAL_Delay (Delay=100) at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c:410
410 wait += (uint32_t)uwTickFreq;
### Assembly ############################################################################################################################################################################################################################
0x08002be8 HAL_Delay+20 ldr r3, [r7, #12]
0x08002bea HAL_Delay+22 add r3, r2
0x08002bec HAL_Delay+24 str r3, [r7, #12]
0x08002bee HAL_Delay+26 nop
0x08002bf0 HAL_Delay+28 bl 0x8002bb0 <HAL_IncTick+28>
0x08002bf4 HAL_Delay+32 mov r2, r0
0x08002bf6 HAL_Delay+34 ldr r3, [r7, #8]
0x08002bf8 HAL_Delay+36 subs r3, r2, r3
0x08002bfa HAL_Delay+38 ldr r2, [r7, #12]
0x08002bfc HAL_Delay+40 cmp r2, r3
### Breakpoints #########################################################################################################################################################################################################################
### Expressions #########################################################################################################################################################################################################################
### History #############################################################################################################################################################################################################################
### Memory ##############################################################################################################################################################################################################################
### Registers ###########################################################################################################################################################################################################################
r0 0x00034038 r3 0x00034038 r6 0x00000000 r9 0x00000000 r12 0xffffffff pc 0x08002bf4 msp 0x2000ffd0 basepri 0x00
r1 0x00000040 r4 0x2000206c r7 0x2000ffd0 r10 0x00000000 sp 0x2000ffd0 xPSR 0x21000000 psp 0x00000000 faultmask 0x00
r2 0x00000065 r5 0x00000000 r8 0x00000000 r11 0x00000000 lr 0x08002bf5 fpscr 0x00000010 primask 0x00 control 0x04
### Source ##############################################################################################################################################################################################################################
400 * @retval None
401 */
402 __weak void HAL_Delay(uint32_t Delay)
403 {
404 uint32_t tickstart = HAL_GetTick();
405 uint32_t wait = Delay;
406
407 /* Add a period to guaranty minimum wait */
408 if (wait < HAL_MAX_DELAY)
409 {
410 wait += (uint32_t)uwTickFreq;
411 }
412
413 while ((HAL_GetTick() - tickstart) < wait)
414 {
415 }
416 }
417
418 /**
419 * @brief Suspend Tick increment.
### Stack ###############################################################################################################################################################################################################################
[0] from 0x08002bf4 in HAL_Delay+32 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c:410
[1] from 0x0800670a in p_serial_mgr_init+54 at shared/drivers/p_serial_mgr.c:53
### Threads #############################################################################################################################################################################################################################
[1] id 0 from 0x08002bf4 in HAL_Delay+32 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c:410
### Variables ###########################################################################################################################################################################################################################
arg Delay = 100
loc tickstart = 213011, wait = 101
#########################################################################################################################################################################################################################################
Loading section .isr_vector, size 0x190 lma 0x8000000
Loading section .text, size 0xba30 lma 0x80001c0
Loading section .rodata, size 0x458 lma 0x800bbf0
Loading section .ARM, size 0x8 lma 0x800c048
Loading section .init_array, size 0x8 lma 0x800c050
Loading section .fini_array, size 0x8 lma 0x800c058
Loading section .data, size 0x9a8 lma 0x800c060
Start address 0x08006780, load size 51672
Transfer rate: 31 KB/sec, 5741 bytes/write.
Unable to match requested speed 500 kHz, using 480 kHz
Unable to match requested speed 500 kHz, using 480 kHz
A debugging session is active.
Inferior 1 [Remote target] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
[Inferior 1 (Remote target) detached]
0x08002bc2 in HAL_GetTick () at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c:340
340 return uwTick;
### Assembly ############################################################################################################################################################################################################################
~
~
0x08002bbc HAL_GetTick+0 push {r7}
0x08002bbe HAL_GetTick+2 add r7, sp, #0
0x08002bc0 HAL_GetTick+4 ldr r3, [pc, #12] ; (0x8002bd0 <HAL_GetTick+20>)
0x08002bc2 HAL_GetTick+6 ldr r3, [r3, #0]
0x08002bc4 HAL_GetTick+8 mov r0, r3
0x08002bc6 HAL_GetTick+10 mov sp, r7
0x08002bc8 HAL_GetTick+12 ldr.w r7, [sp], #4
0x08002bcc HAL_GetTick+16 bx lr
### Breakpoints #########################################################################################################################################################################################################################
### Expressions #########################################################################################################################################################################################################################
### History #############################################################################################################################################################################################################################
### Memory ##############################################################################################################################################################################################################################
### Registers ###########################################################################################################################################################################################################################
r0 0x000041b6 r3 0x20000c18 r6 0x00000000 r9 0x00000000 r12 0xffffffff pc 0x08002bc2 msp 0x2000ffcc basepri 0x00
r1 0x00000040 r4 0x2000206c r7 0x2000ffcc r10 0x00000000 sp 0x2000ffcc xPSR 0x21000000 psp 0x00000000 faultmask 0x00
r2 0x00000065 r5 0x00000000 r8 0x00000000 r11 0x00000000 lr 0x08002c01 fpscr 0x00000010 primask 0x00 control 0x04
### Source ##############################################################################################################################################################################################################################
330 }
331
332 /**
333 * @brief Provide a tick value in millisecond.
334 * @note This function is declared as __weak to be overwritten in case of other
335 * implementations in user file.
336 * @retval tick value
337 */
338 __weak uint32_t HAL_GetTick(void)
339 {
340 return uwTick;
341 }
342
343 /**
344 * @brief This function returns a tick priority.
345 * @retval tick priority
346 */
347 uint32_t HAL_GetTickPrio(void)
348 {
349 return uwTickPrio;
### Stack ###############################################################################################################################################################################################################################
[0] from 0x08002bc2 in HAL_GetTick+6 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c:340
[1] from 0x08002c00 in HAL_RCC_OscConfig+44 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c:422
[2] from 0x00000000
### Threads #############################################################################################################################################################################################################################
[1] id 0 from 0x08002bc2 in HAL_GetTick+6 at Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c:340
### Variables ###########################################################################################################################################################################################################################
#########################################################################################################################################################################################################################################
Loading section .isr_vector, size 0x190 lma 0x8000000
Loading section .text, size 0xb9d0 lma 0x80001c0
Loading section .rodata, size 0x450 lma 0x800bb90
Loading section .ARM, size 0x8 lma 0x800bfe0
Loading section .init_array, size 0x8 lma 0x800bfe8
Loading section .fini_array, size 0x8 lma 0x800bff0
Loading section .data, size 0x9a8 lma 0x800bff8
Start address 0x08006720, load size 51568
Transfer rate: 31 KB/sec, 5729 bytes/write.
Unable to match requested speed 500 kHz, using 480 kHz
Unable to match requested speed 500 kHz, using 480 kHz
A debugging session is active.
Inferior 1 [Remote target] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
[Inferior 1 (Remote target) detached]
0x080011f2 in main () at Core/Src/main.c:141
141 p_serial_mgr_service();
### Assembly ############################################################################################################################################################################################################################
0x080011e2 main+122 bl 0x8001af8 <HAL_TIM_Base_Start_IT>
0x080011e6 main+126 bl 0x80066d4 <p_serial_mgr_start>
0x080011ea main+130 movs r3, #0
0x080011ec main+132 strh r3, [r7, #6]
0x080011ee main+134 bl 0x80066c4 <p_serial_mgr_service>
0x080011f2 main+138 b.n 0x80011ee <main+134>
0x080011f4 main+140 lsrs r0, r2, #12
0x080011f6 main+142 movs r0, #0
0x080011f8 main+144 asrs r1, r1, #22
0x080011fa main+146 lsrs r0, r0, #32
### Breakpoints #########################################################################################################################################################################################################################
### Expressions #########################################################################################################################################################################################################################
### History #############################################################################################################################################################################################################################
### Memory ##############################################################################################################################################################################################################################
### Registers ###########################################################################################################################################################################################################################
r0 0x00000000 r3 0x00000000 r6 0x00000000 r9 0x00000000 r12 0xffffffff pc 0x080011f2 msp 0x2000fff0 basepri 0x00
r1 0x40013808 r4 0x2000206c r7 0x2000fff0 r10 0x00000000 sp 0x2000fff0 xPSR 0x41030000 psp 0x00000000 faultmask 0x00
r2 0x00004041 r5 0x00000000 r8 0x00000000 r11 0x00000000 lr 0x080011f3 fpscr 0x00000010 primask 0x00 control 0x04
### Source ##############################################################################################################################################################################################################################
131
132 p_serial_mgr_start();
133
134 uint16_t motor_degrees = 0;
135 /* USER CODE END 2 */
136
137 /* Infinite loop */
138 /* USER CODE BEGIN WHILE */
139 while (1)
140 {
141 p_serial_mgr_service();
142 // if (b_timer_struck)
143 // {
144 // // PDEBUG("%d\n", sys_time);
145 // b_timer_struck = false;
146 // motor_degrees = (motor_degrees + 1) % 360;
147 // mc_service(motor_degrees, 50);
148 // }
149 // serial_pkt_t *pkt = NULL;
150 // if ((pkt = p_serial_mgr_service()) != NULL)
### Stack ###############################################################################################################################################################################################################################
[0] from 0x080011f2 in main+138 at Core/Src/main.c:141
### Threads #############################################################################################################################################################################################################################
[1] id 0 from 0x080011f2 in main+138 at Core/Src/main.c:141
### Variables ###########################################################################################################################################################################################################################
loc motor_degrees = 0
#########################################################################################################################################################################################################################################
Loading section .isr_vector, size 0x190 lma 0x8000000
Loading section .text, size 0xb9d0 lma 0x80001c0
Loading section .rodata, size 0x450 lma 0x800bb90
Loading section .ARM, size 0x8 lma 0x800bfe0
Loading section .init_array, size 0x8 lma 0x800bfe8
Loading section .fini_array, size 0x8 lma 0x800bff0
Loading section .data, size 0x9a8 lma 0x800bff8
Start address 0x08006720, load size 51568
Transfer rate: 31 KB/sec, 5729 bytes/write.
Unable to match requested speed 500 kHz, using 480 kHz
Unable to match requested speed 500 kHz, using 480 kHz
A debugging session is active.
Inferior 1 [Remote target] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
[Inferior 1 (Remote target) detached]
0x080011f2 in main () at Core/Src/main.c:141
141 p_serial_mgr_service();
### Assembly ############################################################################################################################################################################################################################
0x080011e2 main+122 bl 0x8001af8 <HAL_TIM_Base_Start_IT+8>
0x080011e6 main+126 bl 0x80066d4 <p_serial_mgr_start+8>
0x080011ea main+130 movs r3, #0
0x080011ec main+132 strh r3, [r7, #6]
0x080011ee main+134 bl 0x80066c4 <p_serial_mgr_service+8>
0x080011f2 main+138 b.n 0x80011ee <main+134>
0x080011f4 main+140 lsrs r0, r2, #12
0x080011f6 main+142 movs r0, #0
0x080011f8 main+144 asrs r1, r1, #22
0x080011fa main+146 lsrs r0, r0, #32
### Breakpoints #########################################################################################################################################################################################################################
### Expressions #########################################################################################################################################################################################################################
### History #############################################################################################################################################################################################################################
### Memory ##############################################################################################################################################################################################################################
### Registers ###########################################################################################################################################################################################################################
r0 0x00000000 r3 0x00000000 r6 0x00000000 r9 0x00000000 r12 0xffffffff pc 0x080011f2 msp 0x2000fff0 basepri 0x00
r1 0x40013808 r4 0x2000206c r7 0x2000fff0 r10 0x00000000 sp 0x2000fff0 xPSR 0x41030000 psp 0x00000000 faultmask 0x00
r2 0x00004041 r5 0x00000000 r8 0x00000000 r11 0x00000000 lr 0x080011f3 fpscr 0x00000010 primask 0x00 control 0x04
### Source ##############################################################################################################################################################################################################################
131
132 p_serial_mgr_start();
133
134 uint16_t motor_degrees = 0;
135 /* USER CODE END 2 */
136
137 /* Infinite loop */
138 /* USER CODE BEGIN WHILE */
139 while (1)
140 {
141 p_serial_mgr_service();
142 // if (b_timer_struck)
143 // {
144 // // PDEBUG("%d\n", sys_time);
145 // b_timer_struck = false;
146 // motor_degrees = (motor_degrees + 1) % 360;
147 // mc_service(motor_degrees, 50);
148 // }
149 // serial_pkt_t *pkt = NULL;
150 // if ((pkt = p_serial_mgr_service()) != NULL)
### Stack ###############################################################################################################################################################################################################################
[0] from 0x080011f2 in main+138 at Core/Src/main.c:141
### Threads #############################################################################################################################################################################################################################
[1] id 0 from 0x080011f2 in main+138 at Core/Src/main.c:141
### Variables ###########################################################################################################################################################################################################################
loc motor_degrees = 0
#########################################################################################################################################################################################################################################
Loading section .isr_vector, size 0x190 lma 0x8000000
Loading section .text, size 0xb9c8 lma 0x80001c0
Loading section .rodata, size 0x450 lma 0x800bb88
Loading section .ARM, size 0x8 lma 0x800bfd8
Loading section .init_array, size 0x8 lma 0x800bfe0
Loading section .fini_array, size 0x8 lma 0x800bfe8
Loading section .data, size 0x9a8 lma 0x800bff0
Start address 0x08006718, load size 51560
Transfer rate: 31 KB/sec, 5728 bytes/write.
Unable to match requested speed 500 kHz, using 480 kHz
Unable to match requested speed 500 kHz, using 480 kHz
A debugging session is active.
Inferior 1 [Remote target] will be detached.
Quit anyway? (y or n) [answered Y; input not from terminal]
[Inferior 1 (Remote target) detached]