Using Flash as Non Volatile Storage on Raspberry PI Pico with FreeRTOS & SMP | drjonea.co.uk

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

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

  • @Yakroo108
    @Yakroo108 9 หลายเดือนก่อน +1

    👍👍👍

    • @DrJonEA
      @DrJonEA  9 หลายเดือนก่อน

      Thank you. Always great to get feedback and encouragement.

  • @drfrancintosh
    @drfrancintosh 9 หลายเดือนก่อน +1

    i am curious - does RTOS have a concept of "resources?" because both the cores and the Flash are resources that can be allocated and considered critical. im curious as to if i will need to extend rtos for every Pico resource i need to protect.

    • @DrJonEA
      @DrJonEA  9 หลายเดือนก่อน +1

      Yes absolutely does. The issue here is that flash is so fundamental to the operation of both cores.

    • @drfrancintosh
      @drfrancintosh 9 หลายเดือนก่อน +1

      @@DrJonEA thanks! i'm signing up for your udemy course. i'm way behind on Cmakelists.txt. i'm building my own library for Pico and am at a loss since (back in the day) one delivered a lib.a file and a folder of .h files. The idea of delivering all the source code and recompiling it every time is a bit foreign to me.
      Thanks for your work. I'm subscribed. Continued Success!

    • @DrJonEA
      @DrJonEA  9 หลายเดือนก่อน

      Thank you for signing up. CMake is building "lib.a" in the background, but managing when to update them.