• Benchmark Questions
    This is a general question so I did not list a toolset. Using Keil tools, are there any specific benchmark programs that you would or would not recommend? Al Bradford
  • what about the difference between RxHalfCplt and RxCplt in UART
    MCU:STM32F0Discovery board Tools:STM32CubeMX+Keil5.30 Test condition: PC_SerialComm tools & FT232 chip board After trying the HAL_UART_RxHalfCpltCallback Function, I find that this function couldn...
  • ARM 8.5-A BTI and MTE Benchmarking
    I've been playing around with MTE and BTI, and I was wondering if there was some way to do performance benchmarking on applications that use instructions from these instruction sets. I see that FVP supports...
  • Questions about code banking
    Hello, I have the following problem with code banking. I am programming a C8051F124. For security reason I want to put CRC checksums at the end of bank 3. My program is going to be bigger than 32k...
  • A question about code optimization
    Hello all, I am experiencing problems with the following piece of code: lp_R0 = g_tcb[g_running_task].r0_ptr ; // restoring next task settings __asm { MOV R15, lp_R0 MOV R0, [R15] POP R15...