• Evaluation or Free compiler ?
    Note: This was originally posted on 16th October 2010 at http://forums.arm.com I've been working on porting various ARM DSP optimizations to different open source libraries to reduce power consumption...
  • Free pascal compiler for 8051
    For those who like programming in Pascal here is Turbo51 - a free Pascal compiler for the 8051 family of microcontrollers: http://turbo51.com/ It features a fast single pass optimizing compiler...
  • Free using Keil
    Good day. I work for a company that sells hydraulic equipment. Some customers asked us to do simple PWM controllers for them. I have experience working with STM32 (STM042C6T6) controllers and I decided...
  • STM32F, Kiel Free, and L6406E
    Just started a new contract, some legacy code on an STM32F device. I'm getting a load of L6406E errors, and apparently these are not related to the 32K limit of the free version of the tools. ...
  • malloc/free is there a way ....
    malloc/free is there a way to see if all match? I am exposed to this project where malloc is liberally spread all over the place and wonder if memory get freed up in all cases. I would hate to see...