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

I2C on STM32F4, missing TX after sending Address, Data

Posted on December 14, 2017 at 22:21Hi,I'm using a STM32F429l-DISC1 Board and trying to get I2C working.Somehow my code fails, and I come back to the code from:https://sites.google.com/site/johnkneenmicrocontrollers/18b-i2c/i2c_stm32f407Now I want t...

why STM32f103C8 doesn't have Alarm option in CubeMX?

Posted on December 11, 2017 at 17:13Hello,In STM32F103C8 it states that it's possible to have Alarm set and use the interrupts , however in CubeMX there's no option for generating the code like the Other MCU which have Calender as well.Page 491 of  ...

0690X00000609ATQAY.png

Resolved! I cant download reference manual for stm32H7

Posted on December 14, 2017 at 14:00I cant download reference manual for stm32H7. https://community.st.com/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fcontent%2Fccc%2Fresource%2Ftechnical%2Fdocument%2Freference_manual%2Fgroup0%2Fc9%2Fa3%2F76%2F...

Changes required in the CAN configurations for stm32f413xx, since the below configurations in the code is not working

Posted on December 08, 2017 at 12:32void MXCAN1Init(void){    __HAL_RCC_CAN1_CLK_ENABLE();    stat_stCAN_HandleTypeDefHCan1.Instance = CAN1;    //stat_stCAN_HandleTypeDefHCan1.Init.Prescaler = (U16)((U32)HAL_RCC_GetPCLK1Freq() /    //               ...

Trigger SPI DMA by EXTI

Posted on December 14, 2017 at 14:10Hi there,I' m programming an STM32L496 and want to read samples from an external ADC (ADS1292R) using SPI with DMA.Each time the ADC has a new sample ready, it drives the DRDY line low. Currently, I use the EXTI I...

0690X000006093nQAA.png
braucadr by Associate
  • 981 Views
  • 0 replies
  • 0 kudos

STM32L072 vs STM32L082 detection

Posted on December 13, 2017 at 22:11This one sounds simple. Essentially STM32L082 has a AES peripheral over STM32L072. I simply want to have a way to find out whether it's there or not.Now RCC->AHBENR does not help. I can set the corresponding bit ....