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

periphe

Posted on December 10, 2013 at 12:32heloo,I have problem ? how to use the null-modem female/female RS232 cable between the DB9 connectr CN16 (USART3) and PC serial ??can you give me a picture please ?  #lmgtfy #first-principles #ask-better-questi...

tifou by Associate II
  • 647 Views
  • 2 replies
  • 0 kudos

Unique device ID address in STM32F2xx

Posted on December 10, 2013 at 12:32Hi,I have been looking for some time and I cannot find an answer. In a previous project I found the UID for the STM32F107 using the following function. Can someone tell me what the equivalent for STM32F2 is?void G...

CAN communicatino problem discovery f4

Posted on December 09, 2013 at 20:45Hello I have a problem with CAN transmission and reception I have tried to make it connecting the CANRX to the CANTX, but it doesn't work. I have found the same problem when trying to make connection with other bo...

hadjrami by Associate II
  • 610 Views
  • 2 replies
  • 0 kudos

How to measure speed of STM32F429

Posted on December 10, 2013 at 06:34I have a STM32429I-EVAL board, initialized it and made it work, but I am not sure if the processor speed is up to max. The function RCC_GetClocksFreq returns 180 MHz, but cannot trust its return. I did a loop to t...

STM32F4 Discovery as SPI slave with interrupts

Posted on June 13, 2013 at 11:08hi,  I am working on  a project where I need to sample some data using the ADC in discovery at 1MSPs and transfer it to a raspberry pi board via SPI. As Rpi supports only SPI master mode the discovery board acts as a ...

Suggest an Eval Kit for STM32F101CB ?

Posted on December 09, 2013 at 06:37Hi, I am in search of Evaluation Kit for STM32F101CB , I am bit confused about picking a right evaluation board for this processor :( Can anyone please suggest me a good evaluation environment for STM32F101CB  ??...

STM32F0 CPAL I2C

Posted on June 01, 2013 at 17:23I'm trying to use to CPAL library to send data between I2C1 and I2C2 devices. I use STM32F0DISCOVERY. I2C1 is master, I2C2 is slave. In logic analizer I see that master send addres of slave but no ACK from slave. In ...

STM32F4 Discovery FSMC not working in 8bit mode

Posted on July 15, 2013 at 21:40 Hello I am working on a project that uses FSMC .Everything is fine when I use 16bit mode but in every write i need to shift the data <<8 to bring it on to the D8-D15 lines . I cant use DMA like this . so i need a...