Search found 6 matches

by B4rzan
Sat Jan 26, 2013 7:20 pm
Forum: E-blocks
Topic: cant burn hex files on my PIC when I have USB232 connected
Replies: 4
Views: 4603

cant burn hex files on my PIC when I have USB232 connected

Whenever I have my USB232 connected to my laptop, I cant burn hex files on the PIC. The PPP programmer says the USB device is not detected even though the board is connected. It seems to me that both the USB232 and the EB006 board are using the same com port but I am not sure if this is the case. If...
by B4rzan
Sat Jan 26, 2013 7:10 pm
Forum: E-blocks
Topic: EB039 USB232 issue
Replies: 5
Views: 4834

Re: EB039 USB232 issue

Thank you very much "Kersing", the problem was indeed the speed of the clock. to be fair it was stated in the test routine document that the system should be running on 19.6608MHz. I replaced the clock from 8MHz to 20MHz, problem solved. thanks
by B4rzan
Fri Jan 25, 2013 11:14 pm
Forum: E-blocks
Topic: EB039 USB232 issue
Replies: 5
Views: 4834

Re: EB039 USB232 issue

Yes I have set my clock to xtal and fast on the eb006 board. I am not using flow code am just using the test program made by mm to test the USB232 board.
by B4rzan
Fri Jan 25, 2013 7:26 pm
Forum: E-blocks
Topic: EB039 USB232 issue
Replies: 5
Views: 4834

EB039 USB232 issue

Hi all, I have a complete Matrix Multimedia Development System. I recently tried the USB232 eblock and I downloaded the test file on you're site. It seems to be working but I am seeing random characters on my pc! When you send the EB039 hex file, it says please press A0 to continue. When I press A0,...
by B4rzan
Sat Oct 13, 2012 9:33 pm
Forum: E-blocks
Topic: 'Could not ID the onboard chip' Help please
Replies: 1
Views: 3158

'Could not ID the onboard chip' Help please

Hi, I have a matrix multimedia development system. I am using EB006-00-7 multiprogramming, external power 13.5v. Whenever I try auto detecting the pic, I get the error message 'Could not ID the onboard chip'. This occurs with my PIC18F4520 microcontroller, otherwise it works fine with PIC16. Thanks ...
by B4rzan
Mon Jan 02, 2012 9:18 pm
Forum: General Programming
Topic: Writting the 256 byte Buffer to MMC- please help
Replies: 0
Views: 2148

Writting the 256 byte Buffer to MMC- please help

I have downloaded the MMC Programming Strategy for EB037 board. I am trying to write to the mmc using the write_MMC() function but I am not getting the correct response from the car. can you please tell me how you use the void write_Buffer(char address, char data) to copy the 256byte from the buffer...