STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CubeMX Feature Request: Add CAN TTrig Functionality

Posted on October 26, 2017 at 18:54I would be nice to have access to the timing features present when using Time-Triggered Mode on the CAN modules. Specifically the RDTR and TDTR registers. Additionally, why not simply make copies of the registers a...

How to receive data from master SPI

Posted on October 26, 2017 at 18:17I'm trying to configure my STM32L4 as an SPI slave and am having some difficulty. I've integrated the SPI_FullDuplex_ComDMA sample into my application and configured my device as a slave. I can also use my Aardvark...

Konami by Senior II
  • 255 Views
  • 0 replies
  • 0 kudos

STM32F103 WR SPI EEPROM

Posted on October 26, 2017 at 15:59Hi, I try to use STM32F103 SPI interface to write and read SPI EEPROM, I don't know where can get the example source code for it?Best Regards,Kent#spi-write-and-read

kent gu by Associate III
  • 442 Views
  • 1 replies
  • 0 kudos

STM32CubeL4

Posted on October 25, 2017 at 03:11STM32CubeL4 1.10 is listed on the website, but version 1.9.0 is inside the .zip file when downloaded.

ax0018 by Associate III
  • 1340 Views
  • 11 replies
  • 0 kudos

STM32F334 HAL DMA ADC Scan conversion not working

Posted on October 09, 2017 at 20:26Hello. In my project, I use the ADC configured in scan mode, as seen on this screenshot from STM32CubeMX:and the DMA configured as follows:The problem is that I can't get any data transferred from ADC to memory, wh...

0690X00000608XgQAI.png 0690X00000608XRQAY.png

How to multiply TIMers outputs?

Posted on October 25, 2017 at 11:43Hello everybody:I would like to multiply the outputs I get from TIM3_PWM (64KHz signal) and TIM4_PWM(8MHz signal) in order to get a new signal.The thing is that I don�t know how to do it and I�m pretty lost. By the...

How to divide my Timer output?

Posted on October 26, 2017 at 11:19Hello:I have set my TIM4 in PWM mode to get a 8MHz signal.Now I need to get a 64KHz signal using the 8MHz signal, but I don�t know how to do it.Also, I will have to change the Duty of the 64KHz signal.Thank you in ...