Sebastian Huber commented on a discussion on bsps/sparc/leon3/start/amba.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1189#note_148331

 >       * Note that minimum value is the number of timer instances present in
 >       * GRTIMER/GPTIMER hardware. See HW manual.
 >       */
 > -    if (leon3_timer_prescaler)
 > -      grlib_store_32(&LEON3_Timer_Regs->sreload, leon3_timer_prescaler);
 > +    if (leon3_timer_prescaler) {
 > +      grlib_store_32(timer_regs->sreload, leon3_timer_prescaler);

I am sorry for my sloppy testing. This time I used the right config.ini:
```ini
[sparc/gr740]
LEON3_GPTIMER_BASE =
```
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1194

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1189#note_148331
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to