STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RTC Freezes in HAL_RTC_Init

Posted on June 07, 2017 at 11:16I am at my first time with RTC and I have some problems.I would like to configure rtc as a calendar.I would like to retrieve date and time after a certain event.I am following the RTC_Calendar example in the STM324xG_...

NUCLEO-U5A5ZJ-Q USB CDC ACM maximum speed using USBx

Hi,I am using NUCLEO-U5A5ZJ-Q board  to setup a USB VCP connection with PC. I am currently using the example project CDC-ACM, and getting a maximum speed of up to 4.4MBPS via the connection by increasing the Tx FIFO  size and Max Packet size in devic...

Kannan1 by Associate III
  • 3334 Views
  • 9 replies
  • 1 kudos

Resolved! Baud rate 230400

Hola, presento este error al visualizarr los bytes de salida por putty ▒``x▒▒▒▒▒▒▒`▒▒ ciclicamete, ya que es para un lidar ld06, connfiguro uart 2 velocidad de baudios 230400 la configuracion es  void SystemClock_Config(void) { RCC_OscInitTypeDef RC...

kzamudioq by Associate II
  • 2362 Views
  • 8 replies
  • 4 kudos

TCS with wire

I am starting a project in which I need touch sensors. With the help on chat gpt I have come up with this code. while (1){key = HAL_TSC_GroupGetValue(&htsc, TSC_GROUP1_IO2);printf("%d\n",key);/* USER CODE END WHILE *//* USER CODE BEGIN 3 */}I have sa...

mihaheh by Associate
  • 880 Views
  • 2 replies
  • 0 kudos