STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nucleo-F767ZI : RTC is not working

Posted on July 18, 2016 at 17:33Hello, Just executing STM32Cube_FW_F7_V1.4.0/Projects/STM32F767ZI-Nucleo/Examples/RTC/RTC_Calendar, the RTC never initialise. The function  RTC_EnterInitMode return an error because RTC_ISR_INITF bit never raise. We ...

Memory space full on STM32F091RC, NUCLEO board

Posted on August 27, 2016 at 04:14Hi guys,I have been debugging and downloading my code into the STM32F091RC on the NUCLEO board. Unfortunately I experienced memory space issue. '' There's not enough space on your NUCLEO...'' I look at the NUCLEO dr...

jialiusk by Associate
  • 368 Views
  • 1 replies
  • 0 kudos

STEMWin.GUI_MULTIBUF_Begin flickering

Posted on August 26, 2016 at 18:35After including some time critical realtime process to the mcu application which also handels a display flickering occurs. (bad idea i know)I found that the flickering occurs when the GUI_MultiBuf_Begin function is ...

STM32F446RE CAN 1Mbps

Posted on August 25, 2016 at 06:53Hi Guys,I tested CAN1(GPIOA_11 and 12) on Nucleo-F446RE with std lib 1.7 and successfully run Tx/Rx on 500Kbps and 250kbps. but, it is strange that 1Mbps is not working.Please review my setting below and let me know...

STM32F7 Async memories with continuous clock FMC_CLK

Posted on August 27, 2016 at 14:51Hello,Since ST have consistently failed to fix the synchronous memory read bug, I am thinking about using async access to an FPGA, with continuous clock FMC_CLK.The ST datasheets give no timing info at all in this r...

pr242 by Associate II
  • 377 Views
  • 0 replies
  • 0 kudos

STM32f7 HardFault, unaligned memory access

Posted on August 26, 2016 at 15:29Hi,Using STM32F756.I have a weird problem. I get hard fault with unaligned address at random locations. Example:#0  HardFault_Handler () at ./hw/irq/irq.c:84#1  <signal handler called>#2  0x0801d7a4 in cia_step (cc=...