Hi, Yes, I'm using the same evaluation kit AT91SAM7SE-EK. I took the AT91SAM7S-EK platform as a starting point and added a AT91SAM7SE-EK specific platform. It's basically the same as the AT91SAM7S-EK, with some addition and changes. It looks like there is something wrong with your clock configurations, I haven't seen such a problem myself.
These are the clock settings I'm using: (gotten them using configtool on my ecc file) CPU clock speed: 48000000 Main oscillator frequency: 18432000 Divider for PLL clock: 24 Multiplier for PLL clock: 125 Slow clock frequency: 32768 Tom On Feb 6, 2008 10:02 PM, Davies, Greg <[EMAIL PROTECTED]> wrote: > Hi, > I've been using ecos on an at91sam7se-ek board, using the drivers > and template for the at91sam7s-ek board. It's been working okay until > today when it stopped working altogether. It's a problem I got around > once before, but my old configurations don't work anymore, and I don't > remember how I got it to work in the first place. > > When I force a break with the debugger the program is invariably on one > of the first three lines of wait_pmc_sr_2 in > cyg/hal/hal_platform_setup.h. I thought what got it working before was > setting the pll multiplier to 72 and the divider to 14, values that I > got from a sample project that comes with the eval kit, but these values > don't seem to work anymore. > > Does this problem sound familiar to anyone? If it doesn't does anyone > have a configuration file that works for the at91sam7se-ek board and the > at91sam7s-ek hal code that's currently in the repository? > > -- > Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos > and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss > > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
