No System Timer Interrupts on RH850D1L2

Greetings, Attempting to get FreeRTOS 9 running on RH850D1L2. Searched internet for solutions. Found and attempted this: http://blog.csdn.net/weixin_28865365/article/details/74315599 Original in Chinese but Google Translate rendered it mosly understandable. Current situation is that System Timer interrupts are not transpiring. Confirmed all of the following: 1) System Timer OSTM0 is running (counting), and generating output when count expires. 2) Interrupt vector table set up properly, and ICU programmed correctly (to best of my understanding). 3) Interrupt request recognized by ICU. 4) ISR not invoked (no break @ bp). 5) HVTRAP reached from vTaskDelayUntil() via portYIELDWITHINAPI macro. 6) 5) above occurs because xTaskResumeAll() returns pdFalse (because of no timer ticks???). 7) All three demo apps queued and first invoked, but no task switches (ditto). Any advice greatly appreciated. Thanks

No System Timer Interrupts on RH850D1L2

Do the older V850 ports, either in the main FreeRTOS download, or this contributed port https://interactive.freertos.org/hc/en-us/community/posts/210027606-Renesas-V850ES-Jx3-L-Starter-Kit-V850-Stick-IAR-port provide any insights?