B
Reaction score
1

Latest activity Postings About

    • B
      bb00 replied to the thread Executing code on external PSRAM.
      Flushing the cache absolutely did it :-) Thank you very much!
    • B
      bb00 replied to the thread Executing code on external PSRAM.
      So I just published the code on GitHub: https://github.com/birdboat00/ozon It uses PlatformIO. The important code is starting at https://github.com/birdboat00/ozon/blob/5d8cbaf6703952ae41c94bb5ccac7d663783348c/src/main.cpp#L67 (calling the...
    • B
      bb00 replied to the thread Executing code on external PSRAM.
      Thats extactly what i am doing, and that doesnt work :( I will post the codebase later today
    • B
      bb00 replied to the thread Executing code on external PSRAM.
      Yes I will post code as soon as I have access to my computer again. I will look at it. I already removed the NOEXEC flag but I still get the Instruction Access Violation fault.
    • B
      Hello, I am currently in the process of writing a little "OS" for the Teensy 4.1. I am trying to load ELF files at runtime and execute the code contained in the .text section of the elf. As far as i can tell (without a debugger) all code is...
  • Loading…
  • Loading…
Back
Top