forked from len0rd/rockbox
m:robe 500i: Initialize the HPIB from scratch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15800 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
da245a9ae9
commit
739b2cc4bc
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ void dsp_init(void)
|
|||
IO_INTC_IRQ0 = 1 << 11;
|
||||
IO_INTC_EINT0 |= 1 << 11;
|
||||
|
||||
IO_DSPC_HPIB_CONTROL = 1 << 10 | 1 << 9 | 1 << 8 | 1 << 7 | 1 << 3 | 1 << 0;
|
||||
|
||||
dsp_reset();
|
||||
dsp_load(dsp_image_helloworld);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue