STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug in STM32Cube HAL

Posted on March 19, 2016 at 22:33 STM32CubeF7 v1.3.0. File:stm32f7xx_hal_i2c.c. Line: 3 Code: __HAL_I2C_DISABLE_IT(hi2c,I2C_IT_ERRI | I2C_IT_TCI| I2C_IT_STOPI| I2C_IT_NACKI | I2C_IT_ADDRI | I2C_IT_RXI | I2C_IT_RXI ); I2C...

Audio Class Microphone - STM32F4 Discovery

Posted on November 11, 2013 at 11:35Hi,I am making a SDR and implementing FM demodulation over it. We chose STM32F4 controllers for our applications yet we are successful in receiving the signal till the DAC's output.Yet I am still required to make ...

contact2 by Associate II
  • 1077 Views
  • 5 replies
  • 0 kudos

USART bootloader on STM303x

Posted on March 17, 2016 at 16:43According to section 19 of AN2606 if I want to use USART2 I have to go through pins PA2, PA3 - is this correct.Anyway, I connect to these via an FTDI USB/USART i/f chip. Bottom line is that I cannot get the STM Flash...

gbigden by Associate III
  • 915 Views
  • 6 replies
  • 0 kudos

Remapping USART

Posted on March 16, 2016 at 09:25Hello, I would like to have access to uart1 and USB on stm32f105rc, but they both are on the same pins. My question is that, if I remap the USART1 to alternate pins, USB still working on original pins. I have readed ...

shorosky by Associate
  • 895 Views
  • 3 replies
  • 0 kudos

Calculation Adc value based on CubeMx

Posted on March 16, 2016 at 02:42Hello guys.I am using STM32F051K8 with CubeMX. While using ADC conversion, the adc value is working weird.The value I measured is adc value from position sensor. the range is from 0 to 2.9V(measured with Oscilloscope...

jjj0214 by Associate II
  • 763 Views
  • 4 replies
  • 0 kudos

HID USB Data to the STM32F4 DISCOVERY

Posted on March 11, 2016 at 12:15Dear people on the ST Forum.I am currently working on configuring the STM32F4 DISCO board as a HID device that must send an receive data from a host (PC). I've managed to configure it as a HID mouse and altered the d...