User Activity

Posted on July 28, 2015 at 10:42Dear I want to use Nucleo-F030R8 for Arduino. In the manual of STM32F030 Nucleo, this board supports Arduino. but I can't find about the method for using in arduino. How can I connect Sketch? or How can I change fro...
Posted on July 12, 2015 at 07:22Dear I have two Nucleo board,  STM32F411RET6 and STM32F030R8. so I tested two board, and got some interesting(?) results. two board was good for sending. when UART using HAL_UART_Transmit_IT(HAL_UART_TxCpltCallback) i...
Posted on July 08, 2015 at 11:48Dear I have tested the STM32F030R8 Nucleo board using STM32CubeMX 4.8.0 and keil 5.14. serial setting : /* USART1 init function */ void MX_USART1_UART_Init(void) {  huart1.Instance = USART1;   huart1.Init.BaudRate = 3...
Posted on June 10, 2015 at 02:26Dear I have tested the STM32F030R8 Nucleo board using STM32CubeMX 4.8.0 and keil 5.14. using the samples in the (STM32Cube_FW_F0_V1.2.0-sample/Projects/STM32F030R8-Nucleo/Examples/) I tried to add both (UART\UART_TwoB...