Test post only
Just sending a test post as prevoius posts were lost. Please ignore
Just sending a test post as prevoius posts were lost. Please ignore
Hi there, I'm using stm32F411 MCUI configured the UART6 to transmit data with DMA.Once in a while i'm getting FIFO ERROR from the DMA even though i'm using direct mode and not FIFO mode.Although the error occur, the data is still transfer successful...
Posted on July 05, 2018 at 13:53hello , im testing watchdogtimer in stm32f103cb , now i started by independant wdt i suceed ,MX_IWDG_Init();/* USER CODE BEGIN 2 */HAL_GPIO_WritePin(led_GPIO_Port, led_Pin, GPIO_PIN_SET);//offHAL_Delay(1000);/* USER ...
When I migrated my project, the Middleware LwIP was grayed out so I could not include LwIP. When I generated code, there were no LwIP files. I looked in the CubeH7 repository and the LwIP files are there. Short of copying LwIP from the repository, h...
hello i try to read registers RCC_CSR with FlagStatusRCC_GetFlagStatus (uint8_t RCC_FLAG)but my project generated by cubemx doesnt recognize this function ,is there an option i didnt open on cube mx , or should i download a folder , because i couşdn ...
TIM2 Timer initialization:static void my_TIM2_initInputCaptureTimer(void) { // enable clock source for timer RCC->APB1LENR |= (0x1 << 0); // set prescaler to 1 TIM2->PSC = 200 - 1; // choose TIM2_CH1 input TIM2->TISEL |= (0x0 << 0); ...
Posted on June 02, 2016 at 01:29Running stm32cubemx 4.15 and STM32Cube_FW_F3_V1.5.0 HAL I can set the output of a comparator to a timer input capture (e.g. comp1 output to timer 1 input capture 1) but I can't then set up the timer input capture with...
For the software part, if someone can please show me on Github an example project code that implement the touch controller on L4For hardware, do I add the sampling capacitors and sensing capacitors or they're already embedded on the nucleo stm32l432k...