STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Iterrupt handlers don't compile

Posted on July 09, 2016 at 00:10I'm writing code for STM32F4.I'm trying to set interrupt handler for TIM1 which is configured as PWM1 output.The timer itself works, but I'm unable to configure the interrupt handler static void initTimer(void){ TIM_T...

Power consumption

Posted on July 10, 2016 at 20:52I am using STM32L476G Discovery board. In order to set up and config the MCU, it is used the STM32CubeMX software. In consideration to instructions which is said in ST Manual, to reduce the current consumption in “run...

abdipour by Associate
  • 316 Views
  • 0 replies
  • 0 kudos

STM32F4 Discovery: MQTT protocol Embedded program?

Posted on July 10, 2016 at 20:17Dear friends, I am having a STM32F4 discovery board and I am trying my best to complete my home automation project. I want to send my sensors' data to a web server (particularly adafruit.io) as well as control relays ...

41300895 by Associate
  • 423 Views
  • 0 replies
  • 0 kudos

Works only after restart.

Posted on July 10, 2016 at 05:05Hi, I am new here so bare with me. When I start the device it wont run. And then when I hit the restart button it works. It also works perfectly in debugg. So I have no idea why this is happening. It is a self made PC...

0690X00000605QSQAY.png 0690X00000605BeQAI.png 0690X00000605QXQAY.png 0690X00000605NPQAY.png

Sample Rate Distortion/Aliasing on ADCs

Posted on July 09, 2016 at 00:17Hi, I am doing some audio programming on the STM32F4 and I am noticing that there is some distortion/aliasing happening around the sample rate. I was writing a program that reads the incoming audio into a delay buffer...

epalaima by Associate II
  • 432 Views
  • 2 replies
  • 0 kudos

DMA Configuration for Multiple ADC Channels STM32F4

Posted on July 07, 2016 at 22:37Hi, I was wondering how I would go about configuring direct memory access for multiple channels of an ADC on the STM32F4. I have each individual ADC configured for DMA access currently but only with one channel each. ...

epalaima by Associate II
  • 1070 Views
  • 2 replies
  • 0 kudos

STM32 Infrared receiver / transmitter

Posted on July 06, 2016 at 23:15I am looking to implement IR into a project and I'm wondering if anyone has any examples I could work from. I would prefer the IR receiver / transmitter be small and surface moutable, not through hole.Essentially I wo...

cradoumis by Associate II
  • 1928 Views
  • 4 replies
  • 0 kudos

STM32 Nucleo F411RE

Posted on July 07, 2016 at 14:19Hello Experts, I have bought 2 Nucleo F411RE boards and planning to connect them using I2C protocol. I want to run timer on slave and every 1 minute the slave sends some hex number. I want to display the hex code by c...