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

I want to know if "HAL_SDADC_Start(&hsdadc1); " and "HAL_DAC_Start(&hdac1, DAC_CHANNEL_2);" at the same time?

I want to use 12 bit DAC and 16 bit ADC at the same time. I mean that I want to force some level for two channel with 12 bit DAC and measure level with 16 bit ADC. But there are error when I use both. If I use 12 bit ADC with 12 bit dac. it is no pro...

NYun by Associate
  • 803 Views
  • 1 replies
  • 0 kudos

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...

Resolved! STM32F429ZI Ethernet tutorial

Please send me tutorial related to STM32F429ZI EthernetAlso i am not able to import cubemx sample code to Truestudio, please provide supportRegardsAshwinraj

KINGame by Associate III
  • 4240 Views
  • 6 replies
  • 1 kudos

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
  • 5221 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
  • 1818 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
  • 2161 Views
  • 3 replies
  • 0 kudos