STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FatFs: How do I re-declare the f_mount file system object in a different source file - without remounting the logical drive?

UPDATE: Someone on stackoverflow has assured me that the file system object created by f_mount should indeed work elsewhere in the RTOS, and my issue is one of order of operations rather than a missing file system object. I'll update this thread as s...

How to disable a STM32 UART interrupt?

I know one can enable a UART receive interrupt using HAL_UART_Receive_IT(&huart2, (uint8_t *)rx_buffer, expectedNumberOfBytes)But once started how does one stop it, "manually"?We can disable the UART interrupt using HAL_NVIC_EnableIRQ . This will ...

CJohn.7 by Associate II
  • 3477 Views
  • 5 replies
  • 0 kudos

Change Timer and PWM period "on the fly" ?

Hi, I'm currently trying to set up acceleration and deceleration phases for a stepper motor. For that I'm tryin to change the frequency of the PWM [timer1] ( and the Timer [TIMER1] interrup associated). I'm working on a STM32F407-DISC. I found out t...

JTurp by Associate II
  • 960 Views
  • 2 replies
  • 0 kudos

How can I use a Raspberry Pi to update the firmware on an STM MCU? Also, which families of STM are capable of going through such a process?

I want to update the firmware on an STM using a raspberry pi 3 that has been connected to it. How can I do so? Please help me with the names of the families of STM that are capable of going through with this process. Also, can this be done using the ...

SSoni by Associate III
  • 1226 Views
  • 3 replies
  • 0 kudos