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

USB and CAN not working at same time ?

Hi,I am using STM32F7 and I'm trying to make USB and CAN work.But i am finding issues in making it work at same time.I have generated the project via cubeMX .I have set the PLLM i.e.,Division factor for PLL VCO input clock as 8 and PLLN i.,eMultiplic...

VPras by Associate II
  • 404 Views
  • 0 replies
  • 0 kudos

Resolved! UART or USART in Cube libraries ?

So even newer STM32s still have both of UARTs and USARTs.My question is about how they are going to be supported in Cube libraries.Am dealing with H7x3 recently, and noticed that the UART example actually is for USART - as the serial connector on the...

Pavel A. by Super User
  • 2994 Views
  • 8 replies
  • 0 kudos

Advice about implementing new code written with HAL into older appln written with older low level libraries (2013).

The USB device I need is working with a set of newer libraries (mxCube). All my application ported code is written with older libraries so the permutations are:A. App with older libraries combined with USB running on new libraries (lazy way, short cu...

Paulus by Associate II
  • 612 Views
  • 1 replies
  • 0 kudos

How to replace the Audio input device by SAI/I2S inside demo case 'Audio_playback_and_record' by STM32F769I-Discovery?

Hi,'Audio_playback_and_record default uses INPUT_DEVICE_DIGITAL_MIC as Audio input.I'd like to replace the Audio input by SAI's I2S with an external mic slave device.I add INPUT_DEVICE_AUDIO_I2S as new Audio output. And run the flow as INPUT_DEVICE_A...

jesson by Associate II
  • 611 Views
  • 1 replies
  • 0 kudos