STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM3210E-Eval LCD Init is nor working

Posted on March 18, 2014 at 12:49Hi everyone, I have just opened my STM3210E-Eval and created the default program for it using Atollic. The program is only supposed to initialize the LCD and show 6 messages on white text over blue background. Also...

rava by Associate II
  • 1060 Views
  • 7 replies
  • 0 kudos

How to create a 2D array of size array[10000][10000]

Posted on April 03, 2014 at 19:42hello,         How to create a 2D array of size array[10000][10000]. I am getting the following error          unable to allocate space for sections/blocks with a total estimated minimum size of 0x66d14 bytes in <[0x...

stm32f405 strange behavior

Posted on April 03, 2014 at 18:16 Dear, i am proceeding over a development of a quiet simple application (23K of code now), increasing complexity, everything was working fine, but from some recent code improvements and builds, i started to h...

Angelo1 by Associate II
  • 647 Views
  • 3 replies
  • 0 kudos

Devices on SPI bus

Posted on April 03, 2014 at 18:15Hello guys, I have a problem! I need to connect 4 devices on the discovery STM32VLDISCOVERY using SPI BUS. The problem is the following: the discovery has got 2 SPI interface: for SPI1, CS is PA4 (SPI1_NSS), for SPI2...

SPI without NSS/CS

Posted on April 03, 2014 at 16:01I'm implementing SPI half duplex 16bit MODE0 single slave on an STM Discovery. However I can't get the communication reliable without also using NSS. Without NSS, most of the data sent by the master is read right-shi...

man by Associate
  • 442 Views
  • 0 replies
  • 0 kudos

casting double to long

Posted on April 03, 2014 at 10:11 Hi I'm using STM32f4 i was trying this code: int main() { signed long sArg; double dArg; sArg = ( signed long ) dArg; } the build is ok , but when tryin to program the target i got ''n...

worlag by Associate II
  • 1362 Views
  • 8 replies
  • 0 kudos

STEVAL-MKI117V1 Firmware sources

Posted on March 25, 2014 at 18:22I am developing an application using the MP34DT01 microphone and an STM32F4 microcontroller. I have an STEVAL-MKI117V1 evaluation board, which interfaces the microphone to an STM32F107. I would like to port the PDM i...

pat by Associate
  • 578 Views
  • 3 replies
  • 0 kudos

Current Consumption

Posted on April 02, 2014 at 10:49Hi all, I'm using the F3 Discovery. I want to use an external board by powering it using the external application power supply 5V of my Discovery.  I measured my the current consumption of my discovery alone and it's...

hilwan by Associate II
  • 1332 Views
  • 8 replies
  • 0 kudos

Parse HTTP header

Posted on April 02, 2014 at 21:06 Hi, I use LwIP stack with FreeRTOS and STM32F4 Discovery. I use it like web server. And I want parse POST parameters. And parse header for read Cookies. I wrote lot of functions. Some functions was good in on...

zavodny by Associate II
  • 650 Views
  • 2 replies
  • 0 kudos