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

ST-Link utility doesn't program a byte at the end of memory

Posted on July 03, 2012 at 09:55I've just purchased ST-Link/2 programmer and installed ST-Link Utility v.2.3.0. I load intel hex file which contains 0x55, 0xAA at adressess 0x0800FFFE and 0x0800FFFF respectively. The device is STM32F103C8T6.  Howeve...

kekon1234 by Associate III
  • 1014 Views
  • 4 replies
  • 0 kudos

Problem with send function in USART1 - STM32VL Discovery

Posted on July 05, 2012 at 01:52Hello.I'm facing a problem when trying to send data with function USART_SendData(USART1, (uint16_t)resultat) (resultat is a int 32 bits).When i step by step debugged it, i discovered that my program just enters in an ...

favero by Associate
  • 550 Views
  • 3 replies
  • 0 kudos

Error fsmc stm32f4discovery

Posted on July 01, 2012 at 13:32 Hi, everyone. I'm testing on fsmc stm32f407VG. I use the Address / Data multiplexed on databus (MUXEN = 1). 2 modes of testing EXTMOD = 0 and 1. Initialization:  FSMC_Bank1->BTCR[0] = //FSMC_BCR2_EXTMOD |           ...

sergej by Associate II
  • 910 Views
  • 3 replies
  • 0 kudos

Real-time command execution STM32F407

Posted on July 01, 2012 at 13:57Hi, everyone. Testing STM32F407. Runs it at 168 MHz (5.92 ns cycle), FLASH-> ACR = FLASH_ACR_DCEN | FLASH_ACR_ICEN | FLASH_ACR_PRFTEN | FLASH_ACR_LATENCY_5WS. Outstanding at the PA1 a simple square wave:  PM_(RCC->AHB...

sergej by Associate II
  • 1420 Views
  • 5 replies
  • 0 kudos

Ethernet to serial.

Posted on July 04, 2012 at 10:38Hi,i have IAR KickStart Kit for STM32F107VC and i use some code for Ethernet and its running well, it can send the UDP packet and receive it, now i want to see the recived packet so i am trying to send all the incomin...

hello by Associate II
  • 1789 Views
  • 7 replies
  • 0 kudos

value at fixed memory address

Posted on July 03, 2012 at 08:32hi i want to place value - ''address of station'' at fixed memory address without specifed address its look like &sharpdefine mcu_address 0x03 i found - it may looks like &sharpdefine mcu_address         (*((volati...

redkofka by Associate II
  • 692 Views
  • 3 replies
  • 0 kudos

Non interrupt driven ms timer

Posted on July 03, 2012 at 09:43Hi,I'm currently trying to implement a non interrupt driven millisecond timer. I have alot of other interrupts and functions, which i do not want to interrupt to increment a timer value. Also, i've already implemented...

thommagn by Associate II
  • 834 Views
  • 4 replies
  • 0 kudos

STM32 & ethernet & board

Posted on June 29, 2012 at 10:23Hi. I have a STM32f3220g-eval board.  I tried  lwip standalone stack. It doesn't work, I made same in the document UM1057. Jumpers and selecting modes from software are ok. Dhcp or pinging response does not work Also ...

biralti by Associate II
  • 1276 Views
  • 5 replies
  • 0 kudos

GPIO specs for the STM32F0 parts

Posted on July 02, 2012 at 06:31Hi all, I need to know more about the GPIO current source / sinking  capabilities of the STM32F0 family. According to Table 18 in the STM32F051C8 datasheet (DM00039193.pdf) the maximum current that can be sinked/sourc...