Questions tagged as 'microcontrolador-8051'

1
answer

Create a Game in C language with the 8051 IDE MCU

I am trying to develop a game within the microprocessor curriculum, so the game is a doll that has to dodge bombs, so I have to create the doll, the bombs and get them to play. I already have a lot of code but I think it gets stuck in a while lo...
asked by 23.12.2014 / 22:58
0
answers

I acquired 10 values from an ADC and stored them in a table. In what way (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 (void) { __xdata __at 0x0400 float Tab[10]; Init_Device(); configLerV ();...
asked by 30.12.2015 / 01:26
1
answer

Write on a 2x16 LCD display with the 8051 IDE MCU in language c

I wanted to write a few words on a LCD Display 2x16, I already have the code that I will expose here, but I do not know why this gives me an error:    HD44780 ERROR: Neither 'Set DDRAM ADDRESS' nor '' Set CGRAM ADDRESS '   instruction was iss...
asked by 26.12.2014 / 15:45