Search found 48 matches

by hitlp
Sat Mar 09, 2019 4:15 pm
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Folks! Good news.

It worked. The problem was in the ACIA baudrate. I use a 1.8432 MHz crystal connected to ACIA ports 6 and 7. Port 7 before was connected to a capacitor and it was on GND. I removed the capacitor and it worked. The baudrate of 9600 was accurate!

: D: D: D: D: D

A long time ago I ...
by hitlp
Sat Mar 09, 2019 3:50 pm
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Hello guys. It's me one more time.

I checked the cables, looped the TX and RX and I can receive the sent characters correctly.

I'm using a baudrate of 9600. Below is the logical analysis of when I press some character on the keyboard. Look through the zero channel of the analyzer that nothing ...
by hitlp
Sat Mar 09, 2019 2:46 am
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

GARTHWILSON wrote:
There seems to be some quantitizing error making it hard to follow in the picture. It will make it easier if you put a little dead time between bytes.
How can I do this? Put a little dead time between bytes?
by hitlp
Sat Mar 09, 2019 1:46 am
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Hello guys. It's me again.

I came back with a new 6502 processor and by the time I communicated with the ACIA (6551) it worked correctly. Now I'm trying to do a serial output with "Hello World!". I'm trying to use Putty but I do not see anything in the text output. Using the logic analyzer, every ...
by hitlp
Mon Feb 25, 2019 5:38 pm
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Hi guys,

I was thinking here, the 6502 processor has as the RESET VECTOR the address FFFC (1111 1111 1111 1100) and FFFD (1111 1111 1111 1101), both needing 16 bits for correct addressing?

Since 6507 has only 12 bits of address, it is correct to state that in this case, the RESET VECTOR would be ...
by hitlp
Sun Feb 24, 2019 3:43 am
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

You haven't answered all the questions, hitlp. What do you use to load the AE29f2008-12 flash ROM with the file produced by the assembler? I'd like to ensure that that tool is being directed properly -- that you're telling it to do the right thing.

Hi Dr. Jefyll. I forgot to answer. I use the ...
by hitlp
Fri Feb 22, 2019 10:01 pm
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

The 6551 has /CS1 (active low) and CS0 (active high). Presumably you've tied CS0 high?

Yes .. I put CS0 on VCC.


So you have an assembled object file. How is that getting into the ROM? And given that you have a 2KB address range mapped to the ROM, why is your image 8KB long?

It is a good ...
by hitlp
Fri Feb 22, 2019 9:08 pm
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

More questions. Sorry! :)

You can ask all questions that you need. lol

Except the AE29f2008-12 has one more address input than the AT28C256, is that right? Just checking.

Actually the AE29f2008-12 has 3 more address input that the AT28C256. AE29f2008-12 have A15, A16 and A17. All those pins I ...
by hitlp
Fri Feb 22, 2019 3:30 pm
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Dr Jefyll wrote:
hitlp wrote:
Chromatix wrote:
Just tie off those input lines and try again.
I tried now and got a similar garbage.
Did you tie them high or low? Either way is OK, but it's info that needs to be taken into account.
I tied A13, A14 and A15 at low (GND).
by hitlp
Fri Feb 22, 2019 1:56 pm
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Chromatix wrote:
I think your code is probably correct, given the very simple hardware configuration. Just tie off those input lines and try again.
I tried now and got a similar garbage.
by hitlp
Fri Feb 22, 2019 1:37 pm
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Dr Jefyll wrote:
Also, some of the values declared in the program may need to be changed.

cheers
Jeff
What values may need to be changed?
by hitlp
Fri Feb 22, 2019 11:40 am
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Hello guys,

Well answering the questions, I tested with baudrate of 1200 and 9600 and kept getting trash on the way out. I am using as clock source, a crystal of 1.8432 MHz connected in pins 6 and 7 of 6551.

Answering Dr Jefyll, since the 6507 only has addressing up to A12, I connected this port ...
by hitlp
Fri Feb 22, 2019 1:53 am
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Hello guys,

I have some news about my project. While I can not get a real 6502, I'm using 6507 taken from an old Atari. The processor is responding correctly, for example when I use the data bus as "EA" (NOP). I made the connection to the EEPROM and it worked correctly.

Now, following the project ...
by hitlp
Wed Feb 13, 2019 11:22 am
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Hello guys.

It's me again and I'm just totally stuck. I reset all my circuit and simply when I set up the data bus to run NOP forever, A0 stays at 500 Hz. That is, it is not consuming 2 CPU cycles. Is it possible for this processor to have a "cache" of execution?

If you can also put a link where ...
by hitlp
Wed Feb 13, 2019 2:44 am
Forum: Newbies
Topic: Writing in EEPROM and reading by 6502
Replies: 127
Views: 17344

Re: Writing in EEPROM and reading by 6502

Hello guys.

It's me again and I'm just totally stuck. I reset all my circuit and simply when I set up the data bus to run NOP forever, A0 stays at 500 Hz. That is, it is not consuming 2 CPU cycles. Is it possible for this processor to have a "cache" of execution?

If you can also put a link where I ...