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

Custom Bootloader fails to Launch App - HardFault_Handler

Posted on February 12, 2018 at 23:19I have built an STM32F303ZET6 project using the AC6 IDE and FreeRTOS.  The base application (located at 0x08000000) incorporates a mechanism for loading a new firmware image above the base application (at 0x080300...

CAN Communication with MAT-TARGET

Posted on February 08, 2018 at 20:41I am trying to run a basic example using CAN with the STM32F767ZI evaluation board using the next blocks in Simulink:But when I compile the code I get the next errors:Where should be all defined? I can't find any ...

0690X00000609bGQAQ.png 0690X00000609YbQAI.png

Resolved! Timer DMA requests through DMA1 clarification

Posted on January 24, 2018 at 10:32 Hey everyone, I need some clarification on this, as it will help my program run smoother. I want to run 2 DMA's simultaneously. One which will send data out using the SDMMC1, which is linked to DMA2. Then I'd...

0690X00000604I3QAI.jpg 0690X00000604IIQAY.jpg
con3 by Senior
  • 1783 Views
  • 17 replies
  • 0 kudos

LIS3DH library

Posted on February 12, 2018 at 11:18Hello everyone,Can someone help me with LIS3DH accelerometer library.Thank you.

Problem with STM32F37 USART1 Clock Mux on PCLK2

Posted on February 12, 2018 at 17:39Hello together,I'm working with an STM32F37 MCU and have somme issues with the USART1 Clock Mux.I enabled the Receiver Timeout Interrupt to detect the end of a Modbus message. With the HSI clock the interrupt occu...

0690X00000609WiQAI.png

change open drain to pp

Posted on February 12, 2018 at 14:26hello i use this configuration for send for ws2812.GPIO_InitStructure.GPIO_Pin = WS2812B_PINS; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_OD; GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;GPIO_Init(WS2812B_PO...

Malloc(a) Free(a) Malloc(b) should return same address?

Posted on February 12, 2018 at 06:26Hi,I tried doing malloc(x) and free(x) recursively till it returns null. x is always incrementing. Global interrupts are disabled before malloc and enable after free. There is no code in between malloc and free.Bu...

0690X00000609iqQAA.png