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

CMD16 timeout on STM32F746G-Discovery

Posted on February 04, 2016 at 20:41Hello!I am running tests on an SD card plugged into my STM32F746G-Discovery board. I am using the STM32F7xx_HAL_Driver and the BSP utilities provided for the Discovery board to access the SD card.When I use DMA fo...

Stm32f429 SPI3 no clock on CLK pin

Posted on February 04, 2016 at 14:02I have just made  my own SPI3 initilization code as its shown below.void Spi_Init(void){  SPI_InitTypeDef  SPI_InitStructure;  GPIO_InitTypeDef GPIO_InitStructure; SPI_StructInit(&SPI_InitStructure); /*!< Enable...

TIMER GET COUNTER VALUE

Posted on February 03, 2016 at 10:51 ulStart = __HAL_TIM_GetCounter(&htim17) / ulClkFrq ; do { /* TimeOut Check */ ulNow = __HAL_TIM_GetCounter(&htim17)/ ulClkFrq; // ulNow = __HAL_TIM_SetCounter(&htim17, count)/ ulClkFrq; if( ulStart > ulNo...

akshayamk by Associate II
  • 1121 Views
  • 4 replies
  • 0 kudos

IAP: Secure firmware update guidelines

Posted on January 29, 2016 at 11:17I've implemented DFU-OTA over GSM network with Fail-back feature (reverting back to older firmware if the upgrade failed, sudden shutdown during the upgrade and in the event of network error) and so far it seem to ...

gmate1 by Associate II
  • 3114 Views
  • 15 replies
  • 0 kudos

STM32F427 Can spitting random garbage

Posted on February 04, 2016 at 16:20 Used the STMCubeMX to generate the code. STM32F429I disco board, CAN running at 500k. I added a very simple to the loop, hcan1.pTxMsg->StdId = 0x11; hcan1.pTxMsg->ExtId = 0x01; hcan1.pTxMsg-...

0690X00000605LIQAY.png
Just Matt by Associate III
  • 726 Views
  • 1 replies
  • 0 kudos

STM32F4 USB CDC Transfer Problems

Posted on February 03, 2016 at 20:17 Hello, My first post here, so please let me know if I leave any important information out. I am using the MCU as a USB CDC device attached to a BeagleBone Black, with the following settings: ...

awoods177 by Associate II
  • 1314 Views
  • 3 replies
  • 0 kudos