0

I can't see anything in the OLED display (ssd0303). enter image description here

I am just using this demo: https://www.freertos.org/portlm3s811keil.html

As you can see it says that:

The print task is the only task permitted to access the LCD - thus ensuring mutual exclusion and consistent access to the resource. Other tasks do not access the LCD directly, but instead send the text they wish to display to the print task. The print task spends most of its time blocked - only waking when a message is queued for display.

But actually, if I compile using make and running using qemu-system-arm -M lm3s811evb -kernel gcc/RTOSDemo.bin I can only see that black screen.

Why? Is there something I am not considering? It should work out of the box, since it's also written in the official doc that I mentioned. So why do I see black screen?

1
  • 1
    Do not crosspost https://unix.stackexchange.com/questions/763316/i-am-trying-to-emulate-a-board-which-has-a-oled-display-but-cant-see-anything Commented Dec 7, 2023 at 21:41

1 Answer 1

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .