• use of undeclared identifier 'hcrc'
    Hi people. I am working in a Project that used the STM32F030R8-nucleo mcu and I need to change by the STM32G071RBTx mcu... in the begin I had a hard work, hundreds of errors, but everything was going...
  • use of undeclared identifier 'hcrc'
    Hi people. I am working in a Project that used the STM32F030R8-nucleo mcu and I need to change by the STM32G071RBTx mcu... in the begin I had a hard work, hundreds of errors, but everything was going...
  • uVision4 gives a compile error when #define identifier used with comparison operator
    Does anyone know why this doesn't work: #define x 5; ... if(state == x){... } Does anyone know why I can't do the above comparison?
  • uVision4 gives a compile error when #define identifier used with comparison operator
    Does anyone know why this doesn't work: #define x 5; ... if(state == x){... } Does anyone know why I can't do the above comparison?
  • Create and delete tasks
    Hello all, I'm working with a target based on AT89C51ED2 and RTX-Tiny2. Is it OK to create an X task every 100msec and delete it 10msec after created it? I have a problem in making it working all the...