STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Timer DMA Burst mode (arbitrary waveform)

Posted on September 22, 2017 at 14:25Dear all,I'm having a problem creating a arbitrary waveform using timer 1, MCU STM32L476RG. I use STM32CubeMX (4.21.0) to generate all initialization code after which I try to start a DMA transfer from memory to ...

wh by Associate III
  • 1205 Views
  • 10 replies
  • 0 kudos

Issue on Comparators inputs on STM32L031xx

Hello,On a low power application, using STM32L031x, I want to monitor a 3-level signal (24V, 5V, 0V) using COMP1 and COMP2.COMP1IN+ and COMP2IN+ connected to a voltage divider with two resistors (2M-220K)COMP1IN- connected to internal VREF, so COMP...

MPiaz by Associate II
  • 305 Views
  • 4 replies
  • 0 kudos

Resolved! SPI receive wrong LSB.

Hello,I'm using a Murata CMWX1ZZABZ embedding a STM32L082 and the HAL v1.8.1.HAL_SPI_TransmitReceive() returns wrong LSB data :-expected : 0x33, received : 0x33 : OK-expected : 0xAA33, received : 0xAB32 : error-expected : 0x00, 0x01, 0x02, 0x03..., 0...

0690X000006CdukQAC.png
MBosc.1 by Associate
  • 238 Views
  • 2 replies
  • 0 kudos

CS43L22 Passthrough

Hi everyone,Can I use CS43L22 just like a audio switch? In my project has a AUX input and want to switch this analog input via passthrough to the hp output. Is it possible? If yes, how? I have tried to call the following commands in main, but not get...