STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Could somebody guide me as to how to compute Precaler,Duration,dutycycle and period for STM32f469NI-eval board Timer

Posted on April 12, 2017 at 09:28I am trying to setup PWM to control Stepper Motor using stm32cubemx code initialiser with keil IDE, I need a max duty cycle of 50% at a frequency 12MHz. I am trying to obtain proper values for prescaler, autoreload(d...

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...

Issue with STM32F401RE and X-Nucleo-53L0A1(not working)

Posted on April 09, 2017 at 23:33I tried to program the STM32 MCU with the example code (RangingWithSatellites) from here : http://www.st.com/content/st_com/en/products/ecosystems/stm32-open-development-environment/stm32-nucleo-expansion-boards/stm3...

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
  • 1229 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...