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

Is anyone using MBED?

Posted on November 30, 2016 at 01:28Does anyone know the status of mBED development route? Are people using it? I looked at a site that showed how to use it and it looked similar to Arduino code. Just looking at the options since the SPL is not goi...

STM32L152 issue erasing EEPROM

Posted on October 20, 2016 at 11:13Hi,I have the following routine for writing to EEPROM which checks whether the data to be written matches the current EEPROM contents. If there is no match, the EEPROM contents are erased and the new data is writte...

s0071904 by Associate II
  • 570 Views
  • 1 replies
  • 0 kudos

PWM pins on STM32F072CB

Posted on October 12, 2016 at 08:37Hello,I am working on STM32F072CB micro controller on a custom board. I am using mbed compiler and IDE for the development. I am having an issue related to the PWM pins on mcu.I have configure PB_4(pin 40) and PB_5...

akshat by Associate II
  • 2429 Views
  • 11 replies
  • 0 kudos

ENTR_CRT_SECTION();, EXT_CRT_SECTION();

Posted on September 30, 2016 at 17:34Hello Everyone;ENTR_CRT_SECTION();,  EXT_CRT_SECTION();What is these functions ?,Which IDE used these functions ?,Do these functions are the internal library functions of the IDE ? What do these functions? (can y...

onur by Associate
  • 679 Views
  • 1 replies
  • 0 kudos

Nucle STM32L031: EEPROM write protection ?

Posted on August 09, 2016 at 13:09Hi, I want to implement read/write functions as well as write protection for EEPROM memory in Nucleo STM32L031K6. From STM examples, I see that:     - For Flash memory, the write protection can be set using OptionsB...