STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with STM32F746G-DISCO board

Hi I have just purchased the STM32F746G-DISCO board and just powered up to test the demo software. Touchscreen looks really good, but after I plugged in my ethernet cable it comes up with "cable not connected" even though it is (with the orange led ...

USB CDC - Maximum Baud Rate of device side (not host)

I am working on STM32L496 nucleo board. I would like to transfer data from STM32L496 (as device) to host PC (RX is not required).currently, the baud rate is ~200kbyte. no matter if I am increasing the packet size (CDC_DATA_FS_MAX_PACKET_SIZE) to 512...

AA.10 by Associate III
  • 1104 Views
  • 1 replies
  • 0 kudos

Reserved bits of registers.

Hello, I have a question related to the reserved bits (generally to all of them). For example lets disscus specification of STM32F429 MCU from the RM0090:Register TIMx_SR1 (of TIM2 to TIM5 for example) has specified bits 5, 7, 8, 13, 14, 15 as reserv...

Software Timer API problem+freertos

/* Create the timer(s) */ /* definition and creation of myTimer01 */ osTimerDef(myTimer01, Callback01); myTimer01Handle = osTimerCreate(osTimer(myTimer01), osTimerPeriodic, (void*) 1); /* USER CODE BEGIN RTOS_TIMERS */ /* start timers, add new ones, ...

km naxin by Associate II
  • 373 Views
  • 0 replies
  • 0 kudos