STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F303 ADC calibration doesn't end

Posted on December 18, 2017 at 05:02Hello everyone,I'm staring a new project with a STM32F303VC, I want to use the ADC peripheral but having trouble getting the Calibration to end. Below is the code that I execute just after the board has initialise...

margce by Associate III
  • 1491 Views
  • 7 replies
  • 0 kudos

CAN example for STM32F303RE Nucleo-64

Posted on December 19, 2017 at 00:16Hello,I'm new to the CAN bus protocol and I'm wondering if anyone knows if the standard peripherals CAN example works on the dev board I have (stm32f303 Nucleo-64).  The readme for the example program indicates th...

Handling Incomplete Isoc IN Interrupts F7

Posted on December 15, 2017 at 19:05I am working on a USB UVC implementation on an STM32F7.  I am having major problems getting reliable ISOC transactions out of the processor and I believe it has something to do with the Incomplete IN conditions an...

ttatakis by Associate III
  • 766 Views
  • 2 replies
  • 0 kudos

SD acces to directory error STm32f4Discovery

Posted on December 15, 2017 at 17:38Hi,I initialized the SD carte by SPI Protocole and this returned and response no error ( so it's working).Then i tried to mount the sd card by using f_mount(0,&SD) and this is working too.But the problem is when i...

TIMx_ARR documentation error?

Posted on July 17, 2014 at 18:16rm0008 for stm32 states ''the counter is blocked while the auto-reload value is null'' and it states that ARR reset value is 0. Does this mean that a counter will not count when TIMx_ARR is at the stated default of 0?...

gene by Associate II
  • 403 Views
  • 1 replies
  • 0 kudos

Resolved! Slave SPI Error

Posted on December 15, 2017 at 18:47If a slave spi port is setup for interrupt with data size set to 16 bits, how do you recovery from error when an extra byte comes in?HAL_SPI_GetError(&hspi1) returns 0x3 when read from error callback.  Solution an...