We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Next item in the search is app Note 3306:
http://www.keil.com/support/docs/3306.htm
I'll try this and see what happens.