Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how can i solve it.

Posted on February 27, 2017 at 06:56I have problem during STMcube generating.the probelm is ''please install truestudio toolchain to open the project or associate the file type of the project with your toolchain in system default program settings''....

0690X00000606QxQAI.png

Configuring debug from STM32F4 on Linux-Eclipse

Posted on October 01, 2017 at 12:57Hello,I have a project compiled under Eclipse on Linux Ubuntu with SW4STM32 plugin.The project was imported from Git.I have installed STLink udevrules as per http://embedded-things.blogspot.ru/2016/06/st-linkv2-1-d...

0690X000006047UQAQ.jpg 0690X000006047ZQAQ.jpg
maxzor by Associate II
  • 1418 Views
  • 5 replies
  • 0 kudos

EEPROM in bank 2 erased

Posted on September 22, 2017 at 10:36Hello there,i am trying to use the EEPROM emulation on a STM32F429I (2MB). So i am using the example files.On the first try i used section 10/11(bank1) for page0 page1. The example worked fine for me but  i dont ...

How to save a variable in non-volatile memory?

Posted on September 04, 2017 at 09:49 Hello, I'm using a STM32F091VBTx microcontroller and for the application I'm implementing I need a variable to be constantly updated and it must be stored in a non-volatile memory in order to keep its value ev...

Marco S by Associate II
  • 16741 Views
  • 45 replies
  • 0 kudos

i2c- stm32f429 disco with arduino mega adk

Posted on September 07, 2017 at 21:53Hi. I am trying to perform i2c communication between a stm32f429 discovery board and an arduino mega adk. The stm board is the master transmitter and the arduino is the slave receiver. Currently, nothing is print...

Licence terms SW4STM32

Posted on September 06, 2017 at 12:19I just want to know if the code / std peripheral Libraries generated by STM32cube for STM32F411 and for IDE AC6, can be used for commercial products(sell products) ? #std_lib #sw4stm32 #stm32f4 #stm32 #licence #s...

Resolved! EEPROM Problem

Posted on September 03, 2017 at 14:38 Hello, I use HAl_Flash driver on STM32L152RBT6 to read, write and erase internal flash memory(EEPROM). when i try to write new data to flash, thatbitwise OR with previous value. ( E.g. at address 0...