• os_tsk_delete doesn't return
    Hi everybody, I'm using MDK-ARM v3.5 and I found that sometimes a call to os_tsk_delete doesn't return. When it happens, the rest of the system (including the task that I am trying to kill) is functioning...
  • A possible bug in os_tsk_delete, MDK-ARM v3.50
    Hi everyone, It appears there is a bug in os_tsk_delete function in MDK-ARM v3.50. If a task with an OS_TID = <some number N> tries to delete a previous task with OS_TID = N-1, the task with OS_TID...
  • malloc failing
    Hi, I currently encounter problems with malloc. I use microlib and configured the heap to be 32MBytes (0x02000000 bytes). Under some special circumstances (depending on the image date we get from...
  • Creating an interrupt function with stm32f303 and ARMCC compiler
    Hi all, I am having difficulty in understanding "interrupts". I am writing code for a stm32f303 microcontroller using ARMCC in Keil uVision 4 IDE. After doing a couple of days of reading online...
  • FMC problem
    Hello Every one, I am starting a new project and I am using the FMC peripheral in order to communicate with a LCD TFT. I have configured the pins in the STM32cube mx ,and checked on my board the...