I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically, it hangs when I call the osTimerStart() function for the application timers. It doesn't return a particular error code, it just crashes somewhere in the disassembly code. I am suspecting that the CMSIS-RTX RTOS is only meant to be used with Keil.
Am I the only one to whom this is happening?