Flash Memory with STM32

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

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

  • @MykolaTheVaultDweller
    @MykolaTheVaultDweller 10 หลายเดือนก่อน +1

    Hello. I love your videos but I have question - how do you programm in Cube IDE? its unberable to program in C in eclipse, I had to switch to vscode + cmake because of that

  • @migmelccs
    @migmelccs 2 ปีที่แล้ว +5

    When working with memory limited MCUs, using C++ and HAL library might not be an option.
    The same tutorial using C and LL library or directly writing to registers would be very useful for those who work with memory restrained models.
    That said, it was a great tutorial, thank you

    • @1sand0s32
      @1sand0s32  2 ปีที่แล้ว +3

      At some stage I would love to do a series on low-level development for STM32 using direct register access, written in C. At this point it is just a matter of finding the time to be able to do so.

    • @undercrackers56
      @undercrackers56 2 ปีที่แล้ว +1

      @@1sand0s32 Oh PLEASE do that. Your presentation and code is perfect for such a course.

  • @aliin_daglicht
    @aliin_daglicht ปีที่แล้ว

    My bro is being a superhero without noticing. Thanks a lot

  • @embeddedpilot
    @embeddedpilot 2 ปีที่แล้ว +2

    36:25 you can use memory browser in the IDE during debug mode to see the memory on flash

    • @1sand0s32
      @1sand0s32  2 ปีที่แล้ว +1

      Thanks for letting me know.

    • @embeddedpilot
      @embeddedpilot 2 ปีที่แล้ว +1

      @@1sand0s32 Thanks for sharing good quality live programming! 😃

    • @embeddedpilot
      @embeddedpilot 2 ปีที่แล้ว +2

      You need also to modify the linker script so program data won't be written on the sectors one is using.

    • @1sand0s32
      @1sand0s32  2 ปีที่แล้ว +1

      Thanks! That makes sense. During some of my testing for the video I noticed that even though the IDE said it was only erasing sectors 1 & 2, the data was still getting erased. I assume that is why. I’ll remember that for next time 🙂

  • @azizbiabani6787
    @azizbiabani6787 6 หลายเดือนก่อน

    Angaar...

  • @merzougbouhamdi8352
    @merzougbouhamdi8352 2 ปีที่แล้ว +1

    Thanks sir

    • @1sand0s32
      @1sand0s32  2 ปีที่แล้ว

      You're welcome!