STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is STM32F1 deprecated ?

Posted on May 22, 2017 at 11:38The HAL library has not been updated since April 2016 dispite the bug reports...STM32CubeF1 Release Notes  V1.4.0 / 29-April-2016  V1.3.1 / 11-January-2016  V1.3.0 / 18-December-2015  V1.2.0 / 31-July-2015  V1.1.0 / 05...

use RTT Viewer Segger in stm32f0

Posted on July 12, 2017 at 07:25 hi i want useRTT Viewer but when i use it i get this error .\Objects\TouchSwitch.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f030x6.o(HEAP). .\Objects\TouchSwit...

mixing code c and c++

Posted on December 12, 2016 at 12:03Hi guys.I'm trying to write a mixing project code c and c ++.The aim would be to take advantage of high-level libraries written in C ++ and we link  these in c.You have experience about? When having to import in C...

vbruno1 by Associate III
  • 4185 Views
  • 13 replies
  • 1 kudos

STM32F072 hang-up by CAN-Bus RX interrupt

Posted on February 21, 2017 at 06:49 Hi, I am trying to implement CAN Bus communication between two STMF072 boards and find that the communication will be lost randomly. While this situation occurs, the MCU routine loop also be stop just like ...

STMCube and multiple SPI buses

Posted on July 11, 2017 at 16:12I am using multiple AD7793 ADCs across 2 SPI buses. I have written the software for this for an STM32F205 using the STMCube construct.I can communicated with the ADCs on either bus but when I try to talk to both buses...

Using two 16bit bus SDRAM as 32bit

Posted on July 11, 2017 at 15:23Hello,I'm designing an application using STM32F469BIT6 and two AS4C4M16S 16bit bus SDRAM to be used as external program memory.My idea is to use 4 byte enable (NBL0~NBL3) sending the lower two (along data [0~15]) to o...