User Activity

I have a TFT display which outputs 320 X 240 pixels and I want to control the display brightness from the command itself which I found in the datasheet of the TFT display controller IC, so with the reference from the datasheet I have to trigger the W...
I have F407G Disc1 board where it has the SWD ports and I want use this board as a standalone external debugger and I went through the manual for the connections but got stuckAlso found a thread in stack exchange where the connections are given as be...
/* USER CODE END Header_Normal_init */void Normal_init(void const * argument){  /* USER CODE BEGIN 5 */  /* Infinite loop */  for(;;)  {//while(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_13)); char *msg1 =  "hello mid\r\n";HAL_UART_Transmit(&huart3, (uint8_t *...
void StartDefaultTask(void const * argument) { /* USER CODE BEGIN 5 */ /* Infinite loop */ for(;;) { printf("Hello world!"); //HAL_GPIO_TogglePin(GPIOB, GPIO_PIN_0); //HAL_Delay(1000); //osDelay(1); } /* USER CODE END 5 */ } Greetings! this is the co...
I have STM32F series board and I'm using the ADC how can I give the input from a function generator to the board and get the digital output values on the STM32Cube IDEPS: I'm using STM32cube IDE 1.7.0
Kudos given to