STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C witch PCF8574P (keypad 4x4)

Posted on March 20, 2013 at 20:14Hi,I would like to control keypad through PCF8574, but some problemsare occurring like (reading only one time), and receiving 'ack' even disabled.''http://www.nxp.com/documents/data_sheet/PCF8574.pdf''(see de picture...

0690X0000060Mm1QAE.gif

STM32L-Discovery st-flash problem (error)

Posted on March 20, 2013 at 19:24Hello,I have a problem while trying to flash a *.bin file into my STM32L-Discovery board.The following error is shown:./flash/st-flash write /Users/jaspervandenakker/Documents/stm32l-discovery-projects/workspace/STM3...

UART and PLM ST7540 on cortexM0

Posted on March 20, 2013 at 16:53Hi guys,i'm learning about the st7540 PLM device.My hardware configuration is the seguent:STM32F0Discovery board and two EVALST7540-2 (st7540 transceiver).Microcontroller--->St7540transceiver--->220V--->St7540trancei...

pietro2 by Associate II
  • 224 Views
  • 1 replies
  • 0 kudos

Interrupt enabling/disabling

Posted on March 18, 2013 at 19:15Hello,please look at following interrupt routines for capture/compare and uart receivevoid TIM1_CC_IRQHandler(void){ uint32_t break_time, mab_time; TIM_ClearITPendingBit(TIM1, TIM_IT_CC1); break_time = TIM_GetCapture...

USB Library 2.1.0 USBH_USR_DeviceDisconnected Problem ?

Posted on March 20, 2013 at 00:32Hi. I use stm32f105 and STM32_F105-07_F2xx_USB-Host-Device_Lib_V2.0.0 usb library and i can handle  USBH_USR_DeviceDisconnected event when USBH_Process detects any Flash Disk when application starts.But when i try to...

irmakci by Associate II
  • 911 Views
  • 2 replies
  • 0 kudos

SPI1_IRQHandler not firing

Posted on March 19, 2013 at 18:30I am very confused - this should be fairly straight forward.I am operating in SPI_Direction_2Lines_FullDuplex mode. I am set for transmitting, and can see correct output of data on scope. I enabled the TXEIE interrup...

start STM32W108 module zigbee

Posted on March 01, 2013 at 13:37Hi, I'm new in that technology and this microcontroller. I want to program my zigbee module in order to send me a ''hello world'' message through UART. I have connect my module with STM32W108 ucontroller with a dsPIC...