ST-Link V2-1 does not work with Windows 10
Posted on December 15, 2017 at 07:23The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 15, 2017 at 07:23The original post was too long to process during our migration. Please click on the attachment to read the original post.
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...
Posted on January 12, 2016 at 19:07 The original post was too long to process during our migration. Please click on the attachment to read the original post.
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 ...
Posted on December 13, 2017 at 11:50The original post was too long to process during our migration. Please click on the attachment to read the original post.
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...
Posted on November 10, 2017 at 14:28According to the the latest RM0433, the STM32H7 SPI can be run in both master and slave mode up to kernel frequency / 2. You are allowed (in the Cube) to set the SPI kernel clock to 400 MHz, so this suggests an ab...
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() / // ...
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...
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 ....