User Activity

Posted on September 28, 2017 at 18:58I am using STM32F767 and I can't understand the dual boot behavior of the board. I read AN2606. and for Fig 46. the flow chart of Dual Bank Boot implementation:When nDBANK = 0 && nDBOOT = 0, it should boot either...
Posted on August 18, 2017 at 23:06I modified the source code from the ST library example LwIP_HTTP_Server_Socket_RTOS and make it work on our board. At first, everything is good, http server, UART console, USB console, telnet client all works. Until...
Posted on June 13, 2017 at 23:53The device is STM32F767NIThe code sequence :{... HAL_Init();SystemClock_Config();...osKernelStart();for (;;);}I set up TIM14 to have 1ms period interrupt. The interesting thing is, before osKernelStart(), The interrup...
Posted on September 17, 2016 at 00:56Hi,I used to work on STM32F4 and now are evaluating STM32F7. When I tried to create a project with STM32F769NI with SPI. I found that I can't set the Prescaler to 2 (APB2 = 108Mhz) which will result the SPI6 to 5...
Kudos from