• STM32L0 and CMSIS RTX5 RTOS2
    Using MDK V5.22. Set up a base STM32L0 project. Compiled and worked ok. Now wanted to add CMSIS RTOS2 RTX5. Used "Manage Run-Time Environment" to add "RTOS2 (API)" via its checkbox. Then added...
  • STM32L0 Logic Analyzer
    Is it possible to use the 'Logic Analyzer' function in uVision when using the STM32L0 micro please? Thanks in advance, Regards Richard
  • Project porting from stm32f1 to stm32l0
    Hi, I'm working on a new projet with nucleo board (NFC). I use Keil uVision with a demo program provided with this nucleo board. But the project runs on a STMF103 and for the needs of my project...
  • CortexM3 uS delay
    I am quite new to CortexM3 , so I am not sure what is the best approach to achieve microseconds delay. What I did on ARM7 and some 8-bit processors, is "waste time loops" in assembler which do some NOPs...
  • CortexM3 Register binding
    Hi everyone, I know that on some Atmel microcontrollers it is possible to specify for a variable the memory space as directly being a CPU Register. Would it be possible as well to "bind" a variable...