STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Restart Rx USART + DMA in STM32L1

Posted on July 27, 2015 at 11:09 I am using an STM32L1 on a Nucleo-L152RE board. I have to devices I control through serial running at rather high baudrates, so I am trying to enable DMA on the USART. With the code below I can launch one Rx DMA,...

genis by Associate II
  • 1143 Views
  • 6 replies
  • 0 kudos

Question about Nucleo-F030R8 for Arduino

Posted on July 28, 2015 at 10:42Dear I want to use Nucleo-F030R8 for Arduino. In the manual of STM32F030 Nucleo, this board supports Arduino. but I can't find about the method for using in arduino. How can I connect Sketch? or How can I change fro...

kufosan by Associate II
  • 683 Views
  • 3 replies
  • 0 kudos

STM32CubeMx can not get MAC address ?

Posted on July 28, 2015 at 14:39 Guys, I tried to setup ethernet connection using STM32F107VCT6, DP83848 and STM32CubeMX, After generating the code, I can see the IP address on this function oid MX_LWIP_Init(void) { IP...

STM32L051 Temperature Sensor start up time

Posted on July 28, 2015 at 13:57Dear all I configured the ADC of my STM32L051C8 (Revision Z) to measure temperature. I saw in the errata sheet DM00114897 that there are issues if there is a time greater than 0.5ms between two measurement. How ever, ...

Connection to F100 Discovery board lost with a Cube project

Posted on July 27, 2015 at 01:12I have a Discovery board with STM32F100RB MCU. It looks like thishttp://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/PF250863?sc=stm32vldiscovery When I program it with software from it's page http://www.st.com/...

LMI2 by Lead
  • 826 Views
  • 7 replies
  • 0 kudos

STM32F0 I2C Slave mode

Posted on July 28, 2015 at 05:53Hello. I use Stm32f0 for my project. Anyone have example code for this MCU at I2C in Slave mode with interrupt. I tried find on google for 4 day and not thing work with me. Thank a lot

Sending data using CDC host

Posted on July 28, 2015 at 00:47 Hi, I'm trying to get the CDC host to working in my application. I have been following the example provided in \STM32Cube_FW_F4_V1.7.0\Projects\STM324xG_EVAL\Applications\USB_Host\CDC_Standalone. I am usi...

AJE by Associate II
  • 578 Views
  • 2 replies
  • 0 kudos

Sampling USB interrupt pin

Posted on July 27, 2015 at 04:55Hi all, In STM32 USB device, there is an internally connected EXTI_Line18 for USB interrupt. When USB is connected to HOST, an interrupt is generated on this line. Is there a way of sampling the status of this line? I...

nps by Associate II
  • 481 Views
  • 2 replies
  • 0 kudos

STM32 CAN acceptance mask

Posted on July 27, 2015 at 14:08Hello there, I am trying to configure the acceptance mask of the CAN peripheral but I just cant seem to understand how does it work...    CAN_FilterConfTypeDef sFilterConfig;     sFilterConfig.FilterNumber = 0;     sF...