2020-11-05 06:30 AM
Small delays occur in projects and tests. The delays are usually about 6us. They also occur with simple calculations. What can be the reason? I have already tested with a new project without functionalities.
2020-11-05 10:30 AM
Not much info here. Delays in what? Could be the mcu is tied up doing other things, such as a systick interrupt.
2020-11-10 02:53 AM
The processing time varies, as can be seen in the images. I consciously do not do other things on the side. I use the HAL API to use UART, SPI or ADC and observe this behaviour again and again.
2020-11-10 06:02 AM
Is the SysTick interrupt running? That would be my guess. You can replace SysTick with a non-interrupt based timer with some effort.