STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 249 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
  • 141 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...

stm32f4xx using mic at low systicks

Posted on February 21, 2016 at 13:47Hi,I'm using the stm32f4-discovery board for recording signals utilizing the microphone.I'm configuring the clocks according to ST configuration tool ''STM32F4XX Rev A system clock configuration v1.0.1''.when conf...

haukeye by Associate II
  • 173 Views
  • 1 replies
  • 0 kudos

How to set eclipse for STM32

Posted on February 21, 2016 at 09:06Hi,I have install toolchain and openOCD for eclipse. I have configure also.But it is showing related to PATH.here is error [code]13:27:47 **** Incremental Build of configuration Default for project encoder **** al...

stm32f4 discovery LIS3DSH HAL problem

Posted on February 16, 2016 at 14:14No answer from the register who I am. The most interesting is that this code worked for a while, but now does not work.I have attached a file that previously all worked. /* USER CODE BEGIN 0 */ uint8_t SPI_read(ui...

printf() on Nucleo-L476 board

Posted on February 19, 2016 at 19:25Hi there,I have a Nucleo-L476 board I would like to have printf() working. I used the tiny-printf provided by the Atollic IDE but I still need to implement the _write() function.Any suggestion on how this can be a...