Hello,I would like to use software timers with FreeRTOS but the Add button is disable. The others button (add semaphore, mutexes, Events, ..) are all available...The target is STM32L431.Do you have any suggestion?Best regardsMich
Hello,With freertos cmsis_os2 osTimerStop() returns osErrorResource despite timer is running and trigs the callback after the correct time.Is there a known bug?How a timer returning pdFALSE at test xTimerIsTimerActive (hTimer) can trig a callback???H...
Hello,Previously I use files stm32l4xx_ll_flash.h and stm32l4xx_ll_flash.c. I change tools from Atollic to STM32CubeIDE and I updated STM32CubeMx. I generated many files with cubeMx but I did not succeed to find a component to add to request it to ge...
Hello,Do you have schematics suggestion for using a microSD on the SDMMC interface of the STM32L476? The reference manuel only shows data with 8 lines while the microSD has only 4 lines with data3 share with card detect.Do I only need to ignore the c...
Hello Sara,I used osTimerStart() and osTimerStop() functions because I follow STM FreeRTOS_v2.0 - CMSIS OS API.pdf document and MOOC:https://www.youtube.com/watch?v=pGLQA0-qbmU&list=PLnMKNibPkDnExrAsDpjjF1PsvtoAIBquX&index=54When I use the (xTimerSto...
May be you can try a lower Fat stack like Fat16 Interface (Michigan State University 2004) ?https://teslabs.com/openplayer/docs/docs/prognotes/appnote_fat16.pdf
Hello,I do not understand, I am using a STM32L431VCT6 with STM32CubeIDE and I have not this behaviour: There is no interruption when CNT > CMP, only when CNT == CMP.Here is the initialisation code: uint32_t timeout;
LL_LPTIM_ClearFLAG_CMP...