STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 dual boot question

Posted on September 28, 2017 at 18:58I am using STM32F767 and I can't understand the dual boot behavior of the board. I read AN2606. and for Fig 46. the flow chart of Dual Bank Boot implementation:When nDBANK = 0 && nDBOOT = 0, it should boot either...

Vector Table Relocation

Posted on December 11, 2017 at 20:04To make the firmware (flash offset 0x20000) start properly when branched into from my Bootloader (flash offset 0x0), I had to make the following changes to the system_stm32f4xx.c file and define a project symbol '...

NUCLEO-F767ZI x-nucleo connectors

Posted on February 19, 2018 at 19:08Hello,I would like to use the mentioned nucleo board and compine it with an x-nucleo-ips02 board. When comparing the pinouts i did not find corresponding pins on the connectors. Is the necleo-144-board incompatibl...

Resolved! Exit STOP mode using USART on STM32L496

Posted on January 31, 2018 at 00:26I wish to place my Nucleo system into STOP1 mode and then have it wake up when a character is received on UART3. With the code below, I can successfully stop all the clocks and halt at the 'WFI' instruction. When a...

Resolved! Error loading XML file in STM32CubeMX tool

Posted on February 19, 2018 at 16:14Hello. Attempting to prototype a proof of concept using the STM32F072 Discovery board with I2C & SPI ports (each with DMA enabled if possible). Upgraded the STM32CubeMX tool to the latest and very impressed with t...

Mon2 by Senior III
  • 1595 Views
  • 1 replies
  • 0 kudos

stop mode not working ?

Posted on February 18, 2018 at 09:20i am new in stm32 if (HAL_LPTIM_Counter_Start_IT(&LptimHandle, 1000) != HAL_OK) { Error_Handler(); }HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);/* Infinite Loop */ while (1) { BSP_LED_Toggle...

internal flash

Posted on February 19, 2018 at 09:57 hello! i am working with stm32 cortex-M0? IN FACT i want to know how to modify bytes from the internal flash without erasing the whole page , in addition i don't have RAM space to copy code there and modify byte...

ham10za by Associate II
  • 3068 Views
  • 29 replies
  • 0 kudos

Resolved! STM32CubeMX for STM32L4 Discovery kit IoT node

Posted on September 19, 2017 at 04:17Hi,I would like to generate the code by using STM32CubeMX for STM32L4 Discovery kit IoT node (B-L475E-IOT01A).But I don't see the STM32L4 Discovery kit IoT node in the Boards List.Could you suggest for me?Thank y...

Good B by Associate II
  • 464 Views
  • 2 replies
  • 0 kudos

STM systick counter

Posted on July 31, 2012 at 06:55I am trying to use systick counter to verify the accuracy of my RTC. Bascially what I did is check the systick counter against RTC timer in the second interrupt. I find it seems the systick count is heavily affected b...

leon23 by Associate II
  • 3577 Views
  • 3 replies
  • 0 kudos