STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

HAL driver support stopped for STM32F2?

Posted on May 20, 2015 at 17:13Hi, I am using the HAL driver for the CAN interface of an STM32F207. I noticed that the payload data in the current driver for the F2 is unneccessarily defined as arrays of uint32_t. In the current release for the STM3...

rchris by Associate II
  • 276 Views
  • 4 replies
  • 0 kudos

Question regarding ADC and DMA tranfer.

Posted on August 31, 2015 at 15:38Hi. I make 4 ADCs on ADC1 and other 4 on ADC2. I'm using DUAL mode, so the results are transferred in 32-bit word (one half for ADC1 and another half for ADC2). Thus I need 4 conversion times for all 8 conversions. ...

matic by Associate III
  • 217 Views
  • 5 replies
  • 0 kudos

USART Bootloader Protocol- Read command

Posted on September 01, 2015 at 14:24I have an STM32F4 Discovery board and I'm trying to talk to the boot loader.  I have brought it up and I have successfully executed the 'Get', and 'Get Version and Read Protection Status' commands.  When I try th...

ttatakis by Associate III
  • 226 Views
  • 4 replies
  • 0 kudos

STM32F05x IAP flash page erase, pending ISR

Posted on September 01, 2015 at 18:36Hello, i use EEPROM simulation and sometime i must use the flash page erase for new data. If during the erase time there is one ore more pending ISR, the system crashed. After reboot with the watchdog i found, th...

ingo by Associate II
  • 217 Views
  • 2 replies
  • 0 kudos

STM32F0 and HC 06

Posted on September 01, 2015 at 12:03Hello,I am trying to send data to a computer with an HC 06 linked to an STM32F0 Discovery.Here is my code :  /* USART2 PA.2 Tx, PA.3 Rx STM32F0-Discovery*/ /* Includes ----------------------------------------...

edouard by Associate II
  • 225 Views
  • 1 replies
  • 0 kudos

STM32 F4 to F7 code migration

Posted on September 01, 2015 at 11:16Hello. I am trying to run the code from stm32f429 to stm32f746. There is one question. DTCM memory (cortex m7) and CCM memory (cortex m4) is the same? 

STM32CubeMX RTC code generation: probably a bug?

Posted on August 30, 2015 at 22:14 On the STM32L051 I was trying to use the WKUP1 pin to wake up the processor from standby mode. Too bad I didn't notice the fact that a pulldown is enabled on that pin.... So now I'm trying to play this t...

bart2 by Associate II
  • 214 Views
  • 1 replies
  • 0 kudos

[SOLVED]storing struct into flash

Posted on August 31, 2015 at 11:04 Hello I am trying to save my settings into flash. I use a struct that storing settings, then put a pointer begining of it and store all the bytes into flash along the size of that struct. But it seems struc...

STM32F303 - Changing PWM mode on the fly

Posted on August 31, 2015 at 17:45 Hi, I use TIM1 PWM in asymmetric mode. I need to switch between 2 software modes : Mode A - CH1/1N asym mode 2, CH3/3N asym mode 2 Mode B - CH1 asym mode 1, CH3 asym mode 2, CH1N/3N off ...

danny2 by Associate
  • 341 Views
  • 2 replies
  • 0 kudos
Labels