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
  • 703 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
  • 3812 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
  • 4642 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
  • 1505 Views
  • 2 replies
  • 0 kudos