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
Jul 1, 2005 10:36 am
1651
Salve a tutti, avrei necessità di interfacciare la mia macchina con micro (uPSD34xx della ST) tramite porta USB.. (ho creato per ora un HID ma questo utilizza...
... and ... using ... Hi Many years ago, I had designed a baud rate converter using an 8051 handling 9600 <> 300 baud rates with character buffering. Send me ...
Hi all I have just aquired a Microtek Mice IIS 8051/2 emulator without any documents. Has anyone got a operation manual for this unit; it would be of great...
Salve vorrei utilizzare un microcontrollore in maniera un pò diversa da come si fà di solito. Questo micro tramite una tastiera e un display grafico gestiti...
Le due condizioni che hai proposto sono contemporanee?....... la temporizzazione per l'uscita è sempre la stessa o cambia con il cambiare della condizione e/o...
Bruno Benente
bruno.benente@...
Jul 14, 2005 7:38 am
1656
Salve ! Sto provando ad utilizzare queste schede di memoria in modalita' SPI . Riscontro delle incompatibilita' nel protocollo a seconda del costruttore ...
Gianni
gia.ma.fra@...
Jul 14, 2005 7:45 am
1657
... In platica vuoi realizzare un PLC. Da una veloce ricerca con google mi sembra che esistano parecchi progetti del genere. Prova a darci un occhiata....
gvf@...
Jul 14, 2005 8:41 am
1658
Ciao, non sono sicuro di aver ben compreso la tua questione, tuttavia proverò a risponderti. Il tuo problema si sviluppa su almeno due livelli: il primo è ...
Maurizio Massi
mau_massi@...
Jul 14, 2005 9:02 am
1659
Ciao Le due condizioni che ho proposto sono di esempio ma comunque dovrebbero poter essere contemporanee. Le temporizzazioni come anche le funzioni ingresso...
... fra l'altro grazie al 'boolean processor' integrato ,come lo chiama l'intel, di progetti di plc con 8051 ne dovresti trovare parecchi ! io uso plc tutti i...
Hi, I am trying to save the values of the registers r3 and r4 in two RAM locations...for eg: 7dh and 7eh.... So that when I switch off the power supply and...
Hi, You will save data in a backup memory: some 8051 device have a flash memory on chip. Alternatively, you can use an external RAM bank powered with a lythium...
Maurizio Massi
mau_massi@...
Jul 16, 2005 5:35 am
1663
Hi Maurizio, Thankyou. Yes I have external RAM....flash memory on the chip....So should I used MOVX instruction to move the values to the flash memory....Can...
Hi Mahathi, You can use the MOVX instruction in the address space only. If you want to use the external RAM, you must powered the memory chip (one o more) with...
Maurizio Massi
mau_massi@...
Jul 16, 2005 2:07 pm
1665
Hi Maurizio... I think I will use the on chip flash that is available...so u suggest that i get hold of some code samples...where do u think I can get access...
Hi Mahathi, You have two ways: 1. you should get all info from the your micro manual: in this way you'll can develop the routines 2. you should get the samples...
Maurizio Massi
mau_massi@...
Jul 17, 2005 2:03 pm
1667
look at http://www.silabs.com/tgwWebApp/public/web_content/products/Microcontrollers/en/mcu_applications_appnotes.htm AN129 AN201 diego ... From: "mahathi...
Hi Maurizio and diego... Thankyou......The application notes have some examples in C...I am coding in assembly...so I think I can use the logic.....Thanks, ...
... display ... di ... 1 ... google mi ... dato ... un'oggetto ... fai ... Se mi indicassi qualche indirizzo web dove iniziare a documentarmi ti sarei grato,...
mahathi gokul <mahathi_gokul@...> wrote: Hi, I am trying to save the values of the registers r3 and r4 in two RAM locations...for eg: 7dh and 7eh.... So...
Hi all There two ways you could achieve this. Both methods are used commerially. One can use some undedicated i/o pins to write and read to a serial eeprom....
Hi Ahmed, For eg: r3 has #20h and r4 has #25h The values of r3 and r4 keep changing from time to time. Every time it changes...I am saving those values in...
Hi All, From the application note AN129, Erasing a FLASH page for 'F02X series: 1) Disable Interrupts 2) set FLWE 3) Set PSWE and PSEE to 1's by writing...
naprilee, Se vuoi trasformare un 8051 in un PLC puoi utilizzare LadderWORK. Questo software ti permette di disegnare diagrammi Ladder (Tipico linguaggio dei...
Hi All, I am doing the following: flash_erase: mov ie,#000h mov eie1,#000h mov flscl,#001h mov psctl,#003h mov dptr,#1000h mov a,#0ffh movx @dptr,a mov...
Routines below work well with C8051F33x !!!! Magic rules 1.- PSWE=1 direct MOVX to flash not XRAM 2.- PSEE=1 enable sector erase 3.- Be careful before write...
Thank you very much ... ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs...
Ciao mshadow65, avere a disposizione qualcosa di già fatto non mi interessa. Vorrei imparare qualcosa di nuovo e riuscire a realizzarlo senza ricorrere a cose...
naprilee, Non stai correndo troppo e quello che hai in mente sicuramente riuscirai a realizzarlo. La "determinazione" e' sempre il miglior complemento allo...