cancel
Showing results for 
Search instead for 
Did you mean: 

USB Bulk on IAR/Olimex STR711 board

hakan2
Associate
Posted on May 26, 2009 at 15:03

USB Bulk on IAR/Olimex STR711 board

2 REPLIES 2
hakan2
Associate
Posted on February 09, 2006 at 06:42

Hi,

I just tried the USB Bulk project previously posted here on the forum. (Many thanks for that!)

I'm using the IAR KickStart with 4.30 compiler and STR711 board.

For some reason I don't get any USB interrupts. I have compared with the USB Mouse example and it generates interrupts both when starting the application and when connecting the USB cable to the PC.

Anyone who has any ideas about where to start looking?

Thanks in advance!

/Hwen

mlg7
Associate II
Posted on May 26, 2009 at 15:03

As usual, to enable something you need to switch power on, and to switch the clock on, and turn on the PLL clock, and PLL power, and have HCLK on the right pin, and set the right divisors everywhere...

I do not remember the details, but there is a bit in the boot config register, and you also need to enable each PLL, and seperately enable clock for each device attached to PLL.

On the other hand, it is very much possible that the clock divisors

are configured for a different frequency.