• The program got struck in the forever loop of _mutex_initialize (OS_ID *mutex)
    Hi all, I am using RL-ARM with MCB1700. I hav 10 tasks running with priorities 2 to 11. I am using file system with SD Memory. But when I run the code it is getting stuck in the forever loop...
  • The program got struck in the forever loop of _mutex_initialize (OS_ID *mutex)
    Hi all, I am using RL-ARM with MCB1700. I hav 10 tasks running with priorities 2 to 11. I am using file system with SD Memory. But when I run the code it is getting stuck in the forever loop...
  • Anyone noticing that the new ST-LINK/V3 is really sluggish entering/exiting debug?
    Not sure if it is an integration issue, or initial teething with new drivers and DLLs, but seems to lack responsiveness in Keil uV 5.x Also had issues with the VCP causing kernel level lockups on multi...
  • Anyone noticing that the new ST-LINK/V3 is really sluggish entering/exiting debug?
    Not sure if it is an integration issue, or initial teething with new drivers and DLLs, but seems to lack responsiveness in Keil uV 5.x Also had issues with the VCP causing kernel level lockups on multi...
  • Arm Really Should Standardize An SMC Interface For Hardware Random Number Generators
    Intel and AMD have added RDRAND a long time ago. IBM added the (awesomely named) DARN instruction to POWER9. What do we have on AArch64? A mess. Ad-hoc drivers for specific RNGs, specified in device...