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

APB1-TIM Inputcapture with DMA1 not working [solved]

Posted on May 13, 2016 at 15:49 Hello, I tried to use the TIM2/3/4/5 Input-Capture with DMA (''TIM_DMA_CC1'') to trigger a DMA-Transfer (this writes to a GPIO-Port for parallel Data-transmission) but it just Work with DMA2, not DMA1. ...

andre23 by Associate II
  • 714 Views
  • 4 replies
  • 0 kudos

stm32f429 sdio bootloader

Posted on May 13, 2016 at 15:42Hi,I want to update firmware by using the sd card with my stm32f429 mcu. I will connect the sd card to mcu sdio pins ( 1 bit only) , so i will not use spi port for sd card. I just want to learn whether it is possible t...

er3481 by Senior
  • 494 Views
  • 1 replies
  • 0 kudos

STm32CubeMX bug : CAN1 wrong configuration

Posted on March 02, 2016 at 11:57 Hi, I tried to configure my STm32F107 using the ''Cube'' to use the CAN1 and user ledsand I found a bug. This is the initialization code generated by the ''Cube'': void HAL_CAN_MspInit(CAN...

b2399 by Associate II
  • 868 Views
  • 4 replies
  • 0 kudos

STM32Java webpage missing

Posted on May 13, 2016 at 09:56Searching for STM32Java on the new st web yields the following link: http://www2.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/stm32-java.htm...

SPI NSS cannot change automatically

Posted on May 05, 2016 at 17:07Hi, If I configure NSS as hardware management, it it controlled by the SPI peripheral. However, from the manual, the NSS is low when the SPI is enabled, and NSS is changed to high only when SPI is disabled.I think it i...

wenbin by Associate II
  • 885 Views
  • 4 replies
  • 0 kudos

AN2824, Optimised I2C - Repeated Start Condition ?

Posted on May 11, 2016 at 12:30The Application Note doesn't seem to consider the case of a Repeated Start Condition.Are there any special considerations?Although the App Note specifically addresses STM32F10x, I am actually using an STM32F411 - See: ...

F107 USB OTG as a device only

Posted on May 05, 2016 at 19:13Folks, I have code for using the F103's USB device port as a virtual com port. Does anyone know: 1. Could I use that ''as is'' on the F107's OTG port. I only ever want to use it as a device. 2. Do I really have to hav...

DiBosco by Senior II
  • 429 Views
  • 3 replies
  • 0 kudos

Problem with uint64_t and EXTI Callback function

Posted on May 11, 2016 at 15:43Hello, I use the HAL EXTI callback function on an STM32F411 and have made the following strange experience: When changing data types from float to uint64_t for Efficiency in another callback function (actually from DMA...

herbert by Associate III
  • 1555 Views
  • 11 replies
  • 0 kudos