Most voted "microcontroller-8051" questions
4 questions
Sort by count of
-
3
votes1
answer387
viewsCreate a c-language game with the MCU 8051 IDE
I’m trying to develop a game within the curricular unit of microprocessors, so the game consists of a dummy that has to dodge bombs, so I have to create the dummy, the bombs and get them moving. I…
-
2
votes0
answers59
viewsI purchased 10 values from an ADC and saved them in a table. How (code) can I send them through the serial channel in an external interrupt?
//TAREFA B #include "c8051f3xx.h" void configLerV (void) ; void valorAdc (void); unsigned char valor,i,v1,v2; float Vlido; void main…
microcontroller-8051asked 8 years, 10 months ago Tiago Fonseca 21 -
0
votes1
answer894
viewsWrite to a 2x16 LCD display with the MCU 8051 IDE on-line c
I wanted to write a few words on a 2x16 LCD Display, I already have the code I’m going to expose here, but I don’t know why this gives me a mistake: HD44780 ERROR: Neither 'Set DDRAM ADDRESS' nor…
-
-1
votes1
answer36
views8051 IDE for macOS
I wonder if there is an 8051 IDE for macOS, and if there is no way to make a run?