User Activity

1�?用STM32CUBEMX生�?的代�?,stm32f405+st25ru3993,使用freertos​两个任务如下,一个闪�?LED,�?�一个测试�?�延时500msvoid StartDefaultTask(void *argument){ /* USER CODE BEGIN StartDefaultTask */ /* Infinite loop */ for(;;) { HAL_GPIO_TogglePin(SYS_LED_GPIO_Port,SYS_LED_Pin);   ...
I use STM32CUBEMX to create code,and when the code is running,I find a problem.My code is stuck at prvCheckTasksWaitingTermination.(stm32f405 + st25ru3993)Simple Description with my system:1,freertos use systick, and HAL use TIM72,two simple task,one...
Posted on September 21, 2017 at 16:11As we know,RFID has a big market.But we only use R2000 by Impinj to develop new reader.The R2000 is not open source system.So we need a new chip to instead of it. So when do we use the demo of ST25RU3993 or other...