STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 L471 Flash Cache Error

Posted on November 14, 2016 at 14:10I have found an error in flash cache perhaps. I write to the same flash bank as the code is run from (with cube flash code). From time to time some 64bit areas in flash are filled with random nonsense (in the area...

damh by Associate II
  • 650 Views
  • 2 replies
  • 0 kudos

program can't reach main(), stucks in arm-none-eabi lib

Posted on November 14, 2016 at 13:50Hello,I'm trying to start debugging of the program on my bare-metal board but program runs somewhere in arm-none-eabi libraries without source code (particularly in __divsi3 or __aeabi_dadd) and I cannot catch it ...

oko by Associate II
  • 922 Views
  • 2 replies
  • 0 kudos

how to use exti event mode?

Posted on November 13, 2016 at 10:37I'm using stm32f4discovery to study exti, I can use exti interrupt mode to get button trigger,but I have no idea what's the event mode,I only know event mode will not triger interrupt,so I do not declare NVIC func...

ctc.ctc by Associate II
  • 1418 Views
  • 2 replies
  • 0 kudos

printf to serial through a queue

Posted on October 30, 2016 at 10:11 Hi All, I would like to use a queue to send printf outputs to a serial port. When I try to send something into the queue, its freezes after 3rd character. Here is the queue init code: st...

zamek42 by Associate II
  • 793 Views
  • 2 replies
  • 0 kudos

Decoding STM32F042 Unique ID

Posted on November 14, 2016 at 02:05 Hello everyone, as I (too) am looking for a way to give my controller a unqie ID, I'm currently trying to decode and understand the built in unique_id register. So according to the refmanual, ...

STM32F4 Bad UART communication

Posted on November 13, 2016 at 16:00Hello,I created a project using CubeMX and I want to send messages via UART. I used a HAL_DAC_Start_DMA function. My problem is that when I'm sending some messages only 20 first characters are sent but after I sen...

michalt by Associate II
  • 532 Views
  • 2 replies
  • 0 kudos

STM32F103 Problem with reading EEPROM

Posted on July 18, 2016 at 09:19 Hey friends, I am trying to initialize I2C to read the content of 24AA02E48TEEPROM but after initializing the I2C busy_flag stays set. the code gets stock atwhile(I2C_GetFlagStatus(I2Cx, I2C_FLAG_BUSY )); ...