-1

I am just a newbie that is trying to learn. 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 writen in the official doc that I mentioned. So why I see black screen?

Probably there is something I am not considering because I am a newbie

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

1 Answer 1

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.