STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN Interface

Posted on April 14, 2017 at 13:50Hi,I am testing CAN interface on STM32F769i-Eval board.I have created a CAN Application and i can able to receive CANpackets on the PC Application in Loopback mode.Unable to receive messages in Normal mode.Moreover i...

Problem with ADC values

Posted on February 09, 2017 at 12:45 Hi, I have an STM32F3Discovery board, and I tried to use ADC, my problem is that the values are not correct. the idea is to generate a ramp from the DAC and read values using ADC. My code is generated...

Anyone manage STM32L0 RTC calibration?

Posted on April 13, 2017 at 19:21Hi  I am working on using the RTC, and have a project coming up that requires to run from battery for a couple of years. I will be using the RTC for tim stamp information. I know I will have to keep calibrating the R...

Resolved! Issue with SPI example for the STM32L432

Posted on April 12, 2017 at 16:04Hi,I have an STM32Nucleo board with the STM32L432 chip.I am currently trying to get the SPI example working without success.. STM32Cube_FW_L4_V1.7.0\Projects\STM32L432KC-Nucleo\Examples\SPI\SPI_FullDuplex_ComPollingI...

eddie McS by Associate III
  • 1191 Views
  • 7 replies
  • 0 kudos

CAN filtering

Posted on April 13, 2017 at 16:41Hello.Can anyone help me with CAN filters configurationI need to implement 3 independent cases of the filters(will be used independently, so not in same time)Case 1 (for OBDII 11 bits communication)I need to receive ...

STM32F407

Posted on April 13, 2017 at 06:44Dear Sir,               I m using timer1 of STM32F407 to get Edge-aligned PWM & using the following settings to give 84 MHz clock to timer1 :RCC->PLLCFGR &= ~(0x1F); //PLLM=0     RCC->PLLCFGR |= 0x08; //PLLM=8 RCC->P...

STM32F413 fullduplex I2S?

Posted on March 05, 2017 at 20:52STM32F413 http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f4-series/stm32f413-423/stm32f413vh.html says:Up to 5 SPI/I2Ss (up to 50 Mbit/s, SPI or I2S audio protocol), o...