• Keil MDK V5.28.0.0 (256k ST version) - Debugger crashes at minimal program!
    Using NUCLEO-G071RB evaluation board via embedded ST-Link. Started with a new project from scratch. This is my main(): #include <cmsis_os.h> // ARM::CMSIS:RTOS:Keil RTX int main (void) { osKernelInitialize...
  • MDK-ARM Version 4.10 update overwrites RV31 instead of RV40
    When I run the MDK-ARM Version 4.10 update (MDK410.exe), the content in ../Keil/ARM/RV31 is overwritten. I think it should be the ../Keil/ARM/RV40. To fix this, I rename the overwritten RV31 to...
  • Single-User-licence (MDK-ARM cortex M0/M0+ 256K for ST)
    Hello everybody, I met an issue with µision5 I can't compile a project hereinafter the probleme: Error: *** Project 'Project', Target 'Lab-Step2_CyptoTest', Device 'STMicroelectronics::STM32L476VGTx...
  • Demo Or New Version?
    I get this when I compile/link a project that DOES work on my system at home. At home, I have the full uVision3 system, where as at work we are [still] using the 'new' Demo version. My question is...
  • overwritting variables
    I have two different programs lets call A and B. I have a function in A called A1 which has local variables. this Calls a function in B named B1 which calls a different function in A called A2 which also...