• Wolfssl pthread.h is missing
    Hi I want to use wolfssl library (v3.6.9) on Keil (v5.17), but when I add wolfCrypt to project, I get this error: C:\Program Files (x86)\Keil 5.17\ARM\PACK\wolfSSL\CyaSSL\3.6.9\wolfssl\wolfssl/wolfcrypt...
  • File 'pthread.h' not included in keil
    Hi Everyone I am merging libucv(library USB Video class) files into my Keil code. But I got the error that pthread.h is not included. I was searching online and it says Keil does not support pthread...
  • Porting issue with ARM Compiler armcc
    porting issue
  • CubeMX not found error
    Hello, I can not start STM32CubeMX from keil. When I clicked the green play button on the MDK, command window opens however, results with the error code 3 which implies that STM32Cube MX is not found...
  • in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
    in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?