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

STM32F407 running temperature.

Posted on December 02, 2012 at 01:01I have made a custom pcb using the stm32f407. the pcb is very small 50mm x 28mm. I have noticed the stm32 runs quite warm though.Its cooler when in dfu mode. but when running my program its quite warm not hot like...

russdx by Associate II
  • 1515 Views
  • 5 replies
  • 0 kudos

STM32F417: SPI via DMA

Posted on November 30, 2012 at 16:02Dear STM324 Developers, I'm working on a custom board based on the STM32F417 mcu.  I want to connect my board to an other system via SPI2. This other system will act as SPI master (slave mode is not supported on t...

Vbat with diode to VDD.

Posted on November 30, 2012 at 10:07AN2586 says: Battery backup To retain the content of the Backup registers when VDD is turned off, the VBAT pin can be connected to an optional standby voltage supplied by a battery or another source. The VBAT pin ...

Build STM322xG EVAL FW with yagarto

Posted on November 12, 2012 at 11:23HI, Is where any makefile or ready project to build STM322xG_EVAL FW with yagarto or GNUARM? I have downloaded STM32F2-F4_Demonstration_Builder_V1.0.1 but it has no plain Makefile for GCC. I wonder if someone can...

dimax by Senior
  • 1153 Views
  • 11 replies
  • 0 kudos

STM32 CPAL

Posted on November 29, 2012 at 18:44I've been experimenting with the CPAL I2C library and as a test I'm sending a short string of bytes to an external device. I'm the only one on the I2C bus and I'm configured as an I2C master. Does anybody know why...

Battling to configure/access STM32F205ZE DMA

Posted on November 29, 2012 at 09:45I am trying to use DMA1 Stream 1 Channel 4 in the STM32F205ZE  (IAR Embedded Workbench IDE).   Attempts to configure the DMA (using the Std Peripherals library) result in no change in the register values (all val...

ST-LINK V2/IAR not programming?

Posted on November 28, 2012 at 22:36I'm trying to upload a ChibiOS demo to the STM32F3 Discovery board. The project builds fine under IAR and appears to connect & program correctly over the onboard ST-LINK. However, when I change the code (i.e. comm...

STM32F4 USB/SERIAL COMMUNICATION

Posted on November 28, 2012 at 14:34hello everyone, i`m working on an academic project.i`m trying to read sensor values and needs to send the readings after calculation to PC via USB or Serial port Does initializing and sending data to USART1 requir...

STM32F 103 SysTick ve Uart Interrupts

Posted on November 29, 2012 at 09:38Hello everybody,I have a problem. I'm using STM32f103rbt6. I'm using SysTick and USART interrupts. They are working independently. SysTick is used for Delay operation. But in a case, I must use this Delay function...