• Unit testing STM32 using Unity
    If somebody is looking for unit testing inside Keil for STM32, please look this example. github.com/.../UnityKeilSTM32 This will be useful for people new to Test Driven Development. Also a...
  • Unit testing support in DS-MDK 5.27
    Does DS-MDK include an easy way to perform unit testing? I don't know how much from Eclipse is part of DS-MDK; moreover I'm not an expert of Eclipse. I found that under Install Software I can select...
  • MAC unit and shifting using simulator
    Hi everybody, I have got following problem. I use ST10F269 and uVision3. In my program I must use shifting instructions CoSHL, CoSHR and CoASHR. The manual says I can perform up to 16 shifts, but I am...
  • Slash Unit Testing Time in Embedded Software Regression Testing
    Accurate and efficient tests are essential when developing software for embedded systems, particularly in continuous integration and functional safety flows. Quick pass/fail results from a comprehensive...
  • MDU unit
    hello , i am having some problems with the multiplication division unit of the xc878 infineon microcontroller. i am trying to do a shift operation. the number to be shifted is a 32 bit. lets say i...