• 最近用STM32L073RZ 移植了FreeRTOS,  关于 xTaskCreate()中usStackDepth 应该填多少才合适呢?
    #define configMINIMAL_STACK_SIZE         ( ( uint16_t ) 128 ) #define configTOTAL_HEAP_SIZE         ( ( size_t ) ( 2 * 1024 ) ) configuration file 里面 这两个选项是按照 nucleo 提供的 例子,填的。 main 函数中只做了 一个LED  toggle...
  • 最近用STM32L073RZ 移植了FreeRTOS,  关于 xTaskCreate()中usStackDepth 应该填多少才合适呢?
    #define configMINIMAL_STACK_SIZE         ( ( uint16_t ) 128 ) #define configTOTAL_HEAP_SIZE         ( ( size_t ) ( 2 * 1024 ) ) configuration file 里面 这两个选项是按照 nucleo 提供的 例子,填的。 main 函数中只做了 一个LED  toggle...