STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Signal generation with dac and DMA problem

Posted on July 07, 2018 at 13:56So i am using stm32f469NI processor on discovery development board I already generated signals with processor , but that is not good since it doesn't allow for anything else to happen while the signal is being generat...

Resolved! STM32F103RB i2c with Arduino IDE

Posted on July 06, 2018 at 16:23Hi, guys!Trying to connect the MCP4725 DAC to my STM32F103RB by following this tutorial:https://learn.adafruit.com/mcp4725-12-bit-dac-tutorial/ Sadly I'm getting no response. I've tried with a regular Arduino UNO, whe...

STM32F4 DMABMR

Posted on July 02, 2018 at 17:02HelloWe work on STM32F407 with the stack LwIP in order to do webserver.We have work in a first time and we have no problem to di webserver.Actually, we work on our board, with the same program and we have this problem...

STM32F072C8 MDIO MDC

Posted on July 08, 2018 at 05:05Hi  I would like to use the STM32F0 to run the MDIO\MDC in STM32F072C8, if can use the GPIO port to simultion the MDIO\MDC to PHY communication  or exmaples code can share with us .thanks

hsiao SW by Associate II
  • 1029 Views
  • 3 replies
  • 0 kudos

STM32F0 Discovery Board 5V Output Current Limit

Posted on July 08, 2018 at 10:31Hi all,I have a STM32F0 Discovery board and would like to use its 5V power pin (pin 1) to power external devices (LEDs).  The user manual UM1525 section 4.3 says that the power consumption must be lower than 100mA.  H...

jacky by Associate II
  • 1404 Views
  • 6 replies
  • 0 kudos

Resolved! CAN1 TX sending continuous messages

Posted on July 02, 2018 at 15:27Hello, I have 2 CAN nodes ( both are nucleo f446re boards) and both connected to separate transceivers . I am exploring CAN_Networking ( NORMAL MODE) given in the ST example .even if i Tx only one time, the Transmitte...

RN by Senior
  • 871 Views
  • 3 replies
  • 0 kudos

Need suggestion for choosing microcontroller

Posted on July 08, 2018 at 15:06Hi Everyone,     I am thinking of designing wireless home automation product using IoT. Can anyone suggest which STM32 series is suitable for this application. I have knowledge in stm3f4 series. So i can easily learn ...

Yadav by Associate II
  • 492 Views
  • 3 replies
  • 0 kudos

Resolved! PWM/ADC HAL callback referall

Posted on July 08, 2018 at 12:14Hi,As we know peripherals can have callback functions such as the below one for the PWM:void HAL_TIM_PWM_PulseFinishedCallback(TIM_HandleTypeDef *htim) {}This is something like a general callback, But if we have sever...