Jump to content

Sid device id´s??


Stigmata
 Share

Recommended Posts

Hi there.

Just starting to build the step C SID´s

A question about the sid´s device id´s:

Ok...I burn the bootstrap on all the 4 18f452... that´s clear..... ;)

The device id isn´t in the bootstrap?

So The sid´s cannot be linked together when i dowload the mios and the sid firware or?? ???

When the Mios and the sid´s device and firmware is there, must I disconnect all the slaves everytime when a new firmware is realesed or?

Must ask before the  soldering is finished......

Hope anyone understand this question... ;)

Cheers

Christoffer

Link to comment
Share on other sites

Hi,

so long as the MIOS ID of the slaves is different from the MIOS ID of the master core, you can program the chips through the master (MB Link has to be enabled). Note that this requires also a different "-device_id" when using the hex2syx.pl script.

The SID slave IDs have to be different anyhow.

Best Regards, Thorsten.

Link to comment
Share on other sites

Hi,

the device ID is on the primary bootstrap ! You have to burn it on the PIC first.

Master = id0

slave1 = id1

slave2 = id2

slave3 = id3

The further options depend on your hardware. Take a look at ucapps Mios Bootstrap loader.

After the pics are burned you have to 'pearl' the MIOS

four times with a different device id (don't forget the -os_upload switch - it's explained in the readme)

The sids can be linked together except in one step: When you 'sysEx' the different id's after the mios is loaded.

You also have to 'pearl' the SID Application four times with different id's. So there is no problem when you upload a new firmware.

Hope I got everthing right.

Doc

Link to comment
Share on other sites

Hi there!

Don´t understand this.... :-[

In the main.asm for the sid I can change the device id:

      ;; here you can change the default device ID - if you are using
      ;; some cores as slave, set:
      ;;    o DEFAULT_DEVICE_ID 0x01      ; for the first slave
      ;;    o DEFAULT_DEVICE_ID 0x02      ; for the second slave
      ;;    o DEFAULT_DEVICE_ID 0x03      ; for the third slave
#define DEFAULT_DEVICE_ID 0x00

But how do I change the device in the MIOS 1.5b..

Read the topics about this but I must be stupid. ;)

Christoffer

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...