STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F3/L4 ADC in Differential mode.

Posted on May 30, 2017 at 17:44Hi,When  two inputs of ADC are in differential mode, can the ADCxINN input voltage be higher than the ADCxINP input voltage?For Vref+ = 3.3V and Verf- = 0V.Is the result value =  ((ADCxINP - ADCxINN)/3.3) * 2048 + 2048...

Asantos by Senior
  • 483 Views
  • 2 replies
  • 0 kudos

Resolved! How do I get started with the B-L475E-IOT01A?

Posted on May 31, 2017 at 17:33How do I get started with the B-L475E-IOT01A?  I must be missing something?  I assumed there would be support for this board on mbed?  Are there any example projects?  I want to be able to test drive the various transp...

CAN Receive data from STM32

Posted on May 31, 2017 at 08:38Hi everyone,I’m working for the first time on CAN protocol, with two STM32 F103RB - Nucleo64 and two transceivers (MCP2551). I’m trying to send a message from one of those two microcontrollers to the other one, in ...

Phase Counting mode

Posted on May 31, 2017 at 14:09I'm looking for a count mode in a stm32 controller that counts up and down, depending on a input signal which is low or  high. I have seen this mode in a Renesas Controller (RX210), it is called: Phase Counting mode 2....

0690X00000603loQAA.jpg

I'm trying to capture sound over ADC and play it through codec. But the code ends up in a hard fault error while initialization. Can anyone help me out?

Posted on May 31, 2017 at 14:06I'm capturing sound through an external microphone and converting it to digital with ADC. I pass the data over DMA and when initializing the audio codec, it runs into a hardfault error.

aditya by Associate II
  • 610 Views
  • 0 replies
  • 0 kudos

Resolved! DMA SPI read error(s)

Posted on May 30, 2017 at 18:56Hi All,I've got a  Nucleo-F103RB, and have been able to successfully implement an SPI interface to an FPGA, using the software to control the flow of the SPI.I want to now move this across to the DMA, such that the DMA...