All About Microcontroller Memory - Flash, RAM, EEPROM | Embedded Systems Explained

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 11

  • @TheFabytm
    @TheFabytm  2 года назад

    Did you know about the differences between EEPROM and Flash Memories?
    Watch my Embedded Systems Explained Series to learn more about this field! ruclips.net/p/PLeAb9_hv082weQ10WcvFfLBlNcCYXlQ4q

  • @Amrendrakumar-e6x
    @Amrendrakumar-e6x 9 месяцев назад

    your video was quite very informative about the memory types in embedded systems

  • @niranjannt637
    @niranjannt637 Год назад

    Very good comparison. Clear and crisp. Bravo.

  • @MinhHoang-jq7jp
    @MinhHoang-jq7jp 2 года назад +2

    I really appreciate your careful explanation about the memory topic, but in my perspective, it's much be better understanding if you provide some important keywords which related to the topic on your videos at the same time. It would improve a lot of attractions, visualizations and memorability for viewers.

  • @SojournerDidimus
    @SojournerDidimus 2 года назад +3

    Some MCUs have ROM, PROM, or OTP. Omitting the erase option makes it cheaper, allowing for extremely cheap controllers. Some MCUs also depend on external memory (flash and/or RAM) and use a ROM based bootloader to copy from external flash to RAM at power up.

  • @eldonjakeenerio8634
    @eldonjakeenerio8634 2 года назад +1

    thanks!

    • @TheFabytm
      @TheFabytm  2 года назад

      I’m glad you found it useful!

  • @anasgharaibeh9997
    @anasgharaibeh9997 Год назад

    Thanck you very much

  • @manjunh8693
    @manjunh8693 Год назад +1

    Thanks for the explanation, but when you talk about key difference between flash and EEPROM it's chaotic and not clear.

  • @lancecruwys2177
    @lancecruwys2177 2 года назад

    If you can only write in bytes and erase in blocks, does this mean you HAVE to erase a block before writing to a block? Why can't you just over right it? Is it because you can only write the zeros?