This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM: STR912 EV board

Why can not running at 96Mhz ...
I did set PLL 96mhz and FMI Clock = Rclock.. in
start.s Assembly file..
R Clock is master clock 96mhz
ST Datasheet writed FMI max 96mhz...

I tested it start.s file Not checked FMI setting and
Clock Setting... and i was write in my source code

void main(void)
{ FMI Remap function (ST library)
FMI Config func

PLL factor func
PLL command func
master clock func
gpio clock gating func
gpio deinit func
gpio setting whit output

while(1)
{ gpio on
delay
gpio off
delay
}

runngin very good.

anybody help me

Parents Reply Children
No data