User Activity

Hi Everybody, I try to flash my firmware into NUCLEO-STM32F410CBT6,  first, I didn't remove CN2 Jumpers for nucleo ST-link V2. and then, select nucelo board in cube32Programmer after that, click connect button, it works well. but, I want to flash pro...
Hi Community, I find a method to reset a buffer of USART DMA Buffer.because I use USART DMA basically.​my system is consist of android smartphone, bluetooth and microcontroller(STM32F407VET), PC​when I click a button that implemented in a android, so...
Hi Community, ​I'm studying about the android program and stm32f407vet based controller.​The question I asked before is almost clear by using DMA USART.I'm Transmit and Receive like under code.code(IN STM32)uint8_t rxBuffer;int SIZE_OF_RX_TX = 1;if (...
Hi community, I'm searching a USART example , STM32F407VET​First, I create code by using STM32CubeMX. ​I has try it but it is too hard to use that. ​I felt 'HAL UART' example of length of the array that receive and send , has limited. (or need more b...