STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stemwin problem

Posted on February 23, 2016 at 06:48I use stm32f407zg and stemwin library and freertos.when I want load BMP , my microcontroller gose to HardFault after put some pixel on lcd( about half or less).FRESULT resultBMP;unsigned char _acBuffer[4096];FIL *...

ST-link V2 fail to flash to STM32F746 after sometime

Posted on January 23, 2016 at 13:04I am using ST-Link V2 to flash to STM32F747, It was successful. However, after sometimes change the code IAR pop-up below warnings: Warning: Write failed (CPU data abort) at Memory address 0x2001EF98   Warning: Wri...

son1 by Associate II
  • 807 Views
  • 4 replies
  • 0 kudos

XCore407I programming

Posted on February 21, 2016 at 10:44Hello all users, this is my first post on this forum. I'm new to STM microcontrollers and I have bought XCore407I  board. I have got STM32L0 DISCOVERY board with debugg connector CN5, whitch can be use to programm...

fiske23 by Associate II
  • 478 Views
  • 2 replies
  • 0 kudos

STM32F7xx When will StdPeriphLib released?

Posted on February 22, 2016 at 11:18Hi, I want to learn that will ST release the standard peripheral library for Cortex M7 based MCUs? Because, the HAL libraries have some bugs (when I read anything about hal drivers in the forum, there is at least ...

Resetting bxCAN: CAN_MCR vs. RCC_APB1RSTR

Posted on February 22, 2016 at 12:26Hallo, I have a question to the STM32F103 (high-density device): After using bxCAN (sending, receiving, using filters, ...) I want to set the CAN-controller in the initial state (as far it is possible without a ha...

jens2 by Associate
  • 647 Views
  • 1 replies
  • 0 kudos

STM32F7-discovery, STemWin, lack of RAM

Posted on February 11, 2016 at 15:25Hi. I try to test emWin example – MEMDEV_AttitudeIndicator.c. To be able to run it 1024 * 700 bytes of memory are required. I took HelloWorld StemWin example as a starting point. When I try to increase the necessa...

baev_al by Associate II
  • 711 Views
  • 5 replies
  • 0 kudos

CS43L22 play-out is not working

Posted on February 22, 2016 at 10:24I copied the CS43L22's schematic design from STM32F4-DISCOVERY. There is only 1 point different in my circuit (a mistake during design) that is VP, VL is 3.3V instead of 3V like STM32F4-DISCOVERY. As per the datas...

son1 by Associate II
  • 349 Views
  • 0 replies
  • 0 kudos

stm32f4 and ov7725

Posted on February 21, 2016 at 15:58Hello everyone,I just started working on a personal project that includes image processing using a STM32f4 nucleo and an OV7725 camera.So by my calculations for a 9 fps rate and a 640x480 resolution,the camera out...