This message is in Italian and English. Please scroll down for the English version. ... Questo messaggio viene spedito automaticamente ogni mese dalla mailing...
8052@yahoogroups.com
Feb 1, 2006 12:30 pm
1831
I observed this strange behaviour of the chip AT 89S52 while testing the basic functionality of the serial communication with the PC. I was successful in...
Set timer1 MODE2 autoreload with preset 0FDH ... From: "xsankur" <xsankur@...> To: <8052@yahoogroups.com> Sent: Thursday, February 16, 2006 8:13 AM ...
OOooops 0FDH is for 9600baud for 19200baud must set also SMOD1 bit in PCON register ... From: "diego" <francescatodiego@...> To: <8052@yahoogroups.com> ...
... I think that the problem could be the concurrent send/receive events. Try the ISR like this: void serial_interrupt (void) interrupt 4 { if (RI == 1) { RI...
Devo acquisire un CCD lineare da 2048 punti Qualcuno ha qualche suggerimento su come realizzare l'interfaccia grazie [Non-text portions of this message have...
... l'uscita è analogica ? il problema sono le tensioni un po strane con cui pilotare gli ingressi del sensore l'uscita poi non và caricata, la capacità...
massimo ti ringrazio tantissimo è un ottimo punto di partenza !!! A buon rendere ciao diego ... From: "massimo" <fuso@...> To: <8052@yahoogroups.com> ...
... cosa vuol dire avere molti hobby ... ciao -- OS problems ? Linux is your solution !!! IZ4GHA web: www.fuso-luci.it email: fuso@... registered Linux...
I have a problem with the writing of any SFR addresses on ADUC845. I'm using the compiler Keil µVision2 (v. 2.40a), PK51 (v.7.0), and the emulator ASPIRE...
Buona sera a tutti, qualcuno ha già esperienza di interfacciamento microprocessore / transponder passivi che tramsttono in codice Mancheter ? Grazie Massimo ...
Ciao a tutti Ho provato ad adattare il listato al micro LPC907 per fare una simulazione ma nell' ultimo void_Timer1_init è scritto ....... vedi sotto ... * ...
Bruno Benente
bruno.benente@...
Feb 21, 2006 10:06 am
1844
Ciao Devo realizzare la medesima applicazione , lettore di tag UNIQUE 125 khz codifica manchester, ho realizzato il prototipo hardware utilizzando un integrato...
Per il codice non ci sono problemi però io uso PCA di un 8051 a 24MHz in modalità capture con interrupt su entrambi i fornti. Avevo anche una versione con i...
Looking at the atmel webpage I see that there are 3 erratas depends on the revision letter. I have some of these chips (AT89S8253), but how can I know which...
dear all can some one assist me in the following as iam about to make my graduation project and iam in need for source code written by either Assembly or C...
... I think that you can find such a program in the code samples available from Analog Devices. Take a look at the Analog web site. -- Fausto Marzoli - 8052.it...
I've seen that some of the last messages are about ADuC8xx family. I just want to let you know that I wrote a data/program flash ROM downloader for the Analog...
Hi Zohdy, Do you need to send data from the controllers serial port to the PC serial port? Does the controller have SPI or SMBUS interface? zohdy_afify...
Ciao a tutti Ho provato ad adattare il listato al micro LPC907 per fare una simulazione ma nell' ultimo void_Timer1_init è scritto *// timermode6_pwm.c //...
Bruno Benente
bruno.benente@...
Feb 23, 2006 10:44 am
1852
Salve a tutti ho dei problemi a far funzionare ul lpc914 della philips... Mi spego meglio: 1) Creato progetto con Keil (un main banale dove configuro la la...
- Hai configurato anche il tipo di uscita push pull .ecc ? - La tensione è giusta ? - Verifica che il pin che usi sia anche un out Ciao Bruno...
Bruno Benente
bruno.benente@...
Feb 24, 2006 8:06 am
1854
Se non commetto errori di sorta penso propio di si comunque allego il main così mi potete aiutare di più: void main() { P1M1=0x00; P1M2=0x01; while(1) { ...
Verifica nel sito philips gli Erratasheet.. http://www.semiconductors.philips.com/pip/P89LPC913.html Prova, anzichè invertire lo stato del pin, a settarlo e a...
Bruno Benente
bruno.benente@...
Feb 24, 2006 10:34 am
1856
fatto!! Ma Niente non ce verso di farlo funionare.... che osa potrebbe essere ... Da: 8052@yahoogroups.com [mailto:8052@yahoogroups.com] Per conto di Bruno...
Rimangono ancora due cose da verificare.... 1) #include <reg914.h> P1M1=0x00; P1M2=0x01; void main() { // P1M1=0x00; ....spostati fuori dal main //...
Bruno Benente
bruno.benente@...
Mar 1, 2006 9:17 am
1858
Scusa Bruno ma cosi come hai scritto tu cioe spostare i i settaggi fuori dal main nn me lo compila propio, e se li metto dentro una funzione poi la stessa va...