STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hard Fault in STM32CubeMX Generated Code

Posted on August 05, 2016 at 06:07This is an STM32CubeMX 4.16.0 generated project. The  STM32CubeMX project file is attached. The processor is an STM32F373VCT6 I have a Hard Fault. Below is the call stack and register contents when the Hard Fault ha...

spflanze by Associate II
  • 1896 Views
  • 1 replies
  • 0 kudos

ITM configuration for SWD print

Posted on July 25, 2016 at 08:42Hello, We are using STM32l476 uC with Jlink segger debugger, and trying to print logs through ITM to Segger J-Link SWO Viewer , the 48 MHz HSE clock is being used as sysclk with RCC_PLL_NONE, We are using   ITM_SendCh...

Difference between STM32F429i-DISCO & STM32F429i-DISC1

Posted on August 04, 2016 at 14:50Hi y'alldoes any one know the difference between STM32F429i-DISCO & STM32F429i-DISC1 that may be causing the issue I have & how to get around it ?basically I've been using a STM32F429i-DISCO to build a demo unit for...

daemynnur by Associate II
  • 1694 Views
  • 6 replies
  • 0 kudos

FMC NAND problem

Posted on August 05, 2016 at 12:06Hi, I have a problem when you use the microcontroller STM32F746(NUCLEO-F746ZG)   FMC together with the NAND memory K9F1G08U0E. The documentation states that it is sufficient to read the data at the address 0x8000000...

Konmax by Associate II
  • 444 Views
  • 1 replies
  • 0 kudos

STM32L476VGT6 pin PC13 odd behaviour

Posted on August 05, 2016 at 00:16We have had an odd problem with using pin PC13 as an output GPIO (for active-low chip-select of a bit-banged SPI).  (PC13 is not defined as a GPIO_EXTI13.)  We found that controlling this GPIO somehow leads to USB (...

timers clock divider on STM32f103

Posted on August 05, 2016 at 10:53hi,I just found that clock devider not work for some Frequency, for example if PLL is used without divider, Timer clock cant be devided. EnjoyAll the best, #stm32 #timer #interrupt

miroslav by Associate III
  • 331 Views
  • 0 replies
  • 0 kudos

STM32F746, ADC

Posted on August 03, 2016 at 08:43Hello, can someone to explain to me what happen when you use 8 channels on ADC, and use DMA. How DMA take ready sample from data register. I think when first channel is ready, dma take it first, after that second, t...

Unstable I2C on STM32F746 Discovery

Posted on July 31, 2016 at 16:04 I've been struggling with this problem for weeks now. Basically I am trying to read out a sensor via I2C. The L3SD I am reading out the sensor in FreeRTOS, but the sensor readout task has the highest priority of a...