STM32 Tutorial #13 - Optimizing my stuff again (more than one way to skin a cat)

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 9

  • @LarsBgildThomsen
    @LarsBgildThomsen 2 หลายเดือนก่อน +1

    Somewhat interesting discovery.

    • @stm32world
      @stm32world  2 หลายเดือนก่อน

      Yeah

  • @alexcristian2593
    @alexcristian2593 2 หลายเดือนก่อน +1

    Thx. I wander if callbacks could be inlined the same way.
    HAL_ADC_ConvCpltCallback()

    • @stm32world
      @stm32world  2 หลายเดือนก่อน

      Well, IF you ask yourself a question like that, I reckon I have done a pretty good job ;) THAT's the primary purpose of these videos. Now, go ahead and try that and please let me and everybody else know ;) It's a good question.

    • @stm32world
      @stm32world  2 หลายเดือนก่อน

      I just quickly tried with the dac and it made no difference. Need to dig into this a bit further.

  • @niclash
    @niclash 2 หลายเดือนก่อน +1

    Shouldn't aggressive compiler optimization setting also do this?

    • @stm32world
      @stm32world  2 หลายเดือนก่อน +1

      That would almost be another video. Try it yourself - the Debug optimization is the fastests - always. -O1 -O2 and even the one that should be the fastests are all slower. I have NOT figured out why and I guess the only way is to analyze the resulting assembler code.

  • @Gaiaochos
    @Gaiaochos 2 หลายเดือนก่อน +1

    Hi!