STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

None-interruptable functions

Posted on March 03, 2015 at 01:06Hello This might be a silly  ''everybody knows that''-question (except me) but are there any atributes/methodes that will prevent a function from beeing interrupted by interrupts while running? I have a set of functi...

Zainka by Associate III
  • 379 Views
  • 1 replies
  • 0 kudos

Problems with getting an STM32F405RGT6 to enter DFU mode

Posted on January 27, 2015 at 03:18I'm working with the STM32F405RGT6 on a custom board, trying to get the DFU mode of the ROM bootloader to work.  From my (very careful & repeated) reading of AN2606 and the STM32F4 Discovery schematic my design sho...

markr2 by Associate
  • 1860 Views
  • 4 replies
  • 0 kudos

TIM2_TChx -> DMA_Channelx -> GPIOx_BSSR

Posted on March 02, 2015 at 23:17Hi,I'm developing project on STM32L053.I have 3 requirements regarding HW configuration and I'm not able to figure out one of them. I would like to ask here loudly whether this requirement is possible to fulfill on t...

sakowski by Associate
  • 438 Views
  • 1 replies
  • 0 kudos

I2C Configuration on STM32F2xx

Posted on June 01, 2011 at 22:00I am using a STM32F217 based board with the CrossStudio tool chain.  I am having problems configuring the I2C bus correctly.  No matter what I do I cannot measure any signals on the data or clock lines.  My configurat...

STM3240G-EVAL / STM32F407 / CAN2 Issue

Posted on February 26, 2015 at 17:09Hello everybody,I am working with a STM3240G-EVAL card (STM32F407) and I have CAN2 issue, especially the with the reception part. I need help.I already tested the CAN1 channel and it worked really fine. Then I cha...

l239955 by Associate II
  • 767 Views
  • 5 replies
  • 0 kudos

spi interface stm-32

Posted on February 25, 2015 at 06:19 hi I have been trying to interface cc3200 and tdc gp-22,by referring to example code which is written for stm-32 microcontroller. i cant understand whats happening in this function which i have gi...

STM32F0 Nucleo Led doesn't blink

Posted on March 02, 2015 at 14:58What is the right configuration for LED2 in STM32F0 Nucleo board?I tried the example IO_Togglevoidblink_led_init(){  // Enable GPIO Peripheral clock  RCC_AHBPeriphClockCmd(BLINK_RCC_MASKx(BLINK_PORT_NUMBER), ENABLE);...

Problem with generated code

Posted on March 01, 2015 at 07:52I've just started a project using the STM32F103VF.  I generated code using STM32CubeMX, and imported it into Rowley Crossworks (my toolkit). It converted, and loaded, but when I run the code, before I even get to my ...

F030F4 - not programming with Vcc>3V

Posted on February 28, 2015 at 20:37Hello,I am facing very strange behaviour with uC mentioned in the topic. After connecting the microcontroller to the 3V3 supply and the SWD (IO, CLK, NRST and GND) on the Nucleo board, I get this error in ST-LINK ...

k239955 by Associate
  • 791 Views
  • 3 replies
  • 0 kudos

Barcode Scanner in USB HID

Posted on July 16, 2014 at 15:31Hello everybodyI'm trying to use the stack usb hid to talk with a barcode scanner. When I connect the scanner it is classified as a keyboard, but does not generate the interrupt events. Does anybody know why?thanks ...