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

best way to use SWDIO and SWDCK

Posted on January 02, 2015 at 08:38Hi everybody, i'm working on a custom board and experiencing a strange problem: if the two cables of SWDIO and SWDCK (they go from a stm32f4 discovery board to my board) are close Keil doesn't recognize the cortex ...

nTRST with Debug+ETM connector on ULINK PRO

Posted on February 04, 2015 at 12:58I am using ULINK-PRO to debug a STM32F4.  I have connected the target as per the Cortex Debug+ETM 20 pin.  I have connected TRACE_D1 to nTRST as I believe these pins are multiplexed within the ULINK PRO.  i.e. nTR...

kb by Associate II
  • 545 Views
  • 1 replies
  • 0 kudos

writing to a port which is not available

Posted on February 04, 2015 at 07:47 Hello, we have a small software (bootloader) running on a STM32F103. In a new project, we selecte a ''smaller'' type the STM32F105 with less pins. In the bootloader we set a push pull port high. On the new contro...

Writing and reading flash

Posted on February 04, 2015 at 14:06 hi i have an stm32f4 and i try to write and read flash value. #include < stm32f4xx_hal.h > #include < stm32f4xx.h > #include < stm32f4-hal /stm32f4xx_hal_flash.h> float dataflash1 = ...

Timer Capture for frequencies < 100Hz

Posted on February 03, 2015 at 02:20Hello, I am endeavoring (as with every hair-pulling experience with the STM32F4) to measure/capture LOW frequency pulses. For this, I'm assuming I need to use a 32 bit timer: TIM2 or TIM5. This is a bit of a dilem...

STM32CubeMX 4.6 - STM32F373 GPIO_EXTI issue?

Posted on January 26, 2015 at 10:56 Hi all, I'm trying to activate GPIO_EXT line with interrupt. But when I set some pins with this configuration by tool, no NVIC Interrupt are ''created'' for this functions. I need add manual code instm32...

enrico2 by Associate
  • 487 Views
  • 1 replies
  • 0 kudos

STM32 USB doesn't work compilation with GCC

Posted on February 02, 2015 at 00:12 I'm testing ST's USB Virtual COM Port example code(fromSTM32_USB-FS-Device_Lib_V4.0.0) on STM32F103ZET6 board,and the binary that is produced could not enumetate when compiling with gcc(-O0 or -O2 or -O3)....

obit by Associate
  • 756 Views
  • 3 replies
  • 0 kudos