STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32W - ZigBee

Posted on March 08, 2012 at 13:20I would like to do a project with ZigBee. I think the STM32W is a good option, but I have not found examples of firmware. For what I know the ''STM32W'' have Module ZigBee integrated, but I don't know how to communic...

Initialize SPI1 problem

Posted on March 15, 2012 at 14:20Hi,I am using STM32F100CBT6B for my development. my hardware engineer had created a custom board, so I am not using the eval board.My software will communite wil a LCD controller using SPI port. Previously I am using...

Problem connecting with JTAG debugger

Posted on March 13, 2012 at 23:52Hello,  I am having trouble connecting my j link debugger to a custom board that has an stm32f103rbt.  The error that I get is the following:Could not measure total IR len. TDO is constant high.Here is my hardware se...

fuentes by Associate II
  • 1472 Views
  • 8 replies
  • 0 kudos

Atollic Toolchain Bug ?

Posted on March 14, 2012 at 16:22I had a strange problem with the Atollic TruStudio Lite toolchain, V2.2. In my project, I had the USART receiving data in the interrupt handler into a buffer, and a main thread evaluating this data, called from main....

disabling interrupts for a moment

Posted on March 14, 2012 at 23:48Hello I want to disable interrupt while I am putting data to buffer, but I dont want to loss any interrupts during this time - I want them to be autimatically trigged when enable interrupts back. I have found in CMSI...

wadi by Associate II
  • 537 Views
  • 1 replies
  • 0 kudos

Interrupts + eCos

Posted on March 15, 2012 at 11:01Hi,i need help for interrupt handling with eCos.i made simple app with one interrupt and one thread, but i cant catch the interrupt..tnx.

ST-Link Connection error

Posted on March 11, 2012 at 09:40STM32 Value line discovery, IAR EW for ARM (6.30.6.3387), Windows XP, simple program. I have 2 computers: at home and at work. Run program at home - OK! Run this program at work - ''Make'' - OK!, ''Download and Debug...

SPI3 DMA breaks after first halfword

Posted on March 13, 2012 at 17:51 If I let run this DMA interrupts, without a while looop on the line 64 I get only first word transmitted. With a while loop it is always OK.What's wrong? void dma_tx(uint16_t *rxbuf, uint16_t *txbuf, uint16_t ...

stst9184 by Associate II
  • 663 Views
  • 6 replies
  • 0 kudos