STM32 MCUs Embedded 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 ...

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
  • 92 Views
  • 0 replies
  • 0 kudos