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

Bad APBAHBPrescTable

Posted on April 19, 2016 at 17:18Hello, all ???_rcc.c files, e.g. STM32Cube_FW_F7_V1.3.0/Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rcc.c define const uint8_t APBAHBPrescTable[16] = {0, 0, 0, 0, 1, 2, 3, 4, 1, 2, 3, 4, 6, 7, 8, 9}; This contrad...

uSD Card time of read file problem

Posted on April 20, 2016 at 10:31Hi Every body... Recently i wrote a program to read a file from uSDHC Card 4GB for infinite loop. Purpose is check the total time of reading a file (eg mp3 file). The code is so simple and noting have any complexity....

st_user1 by Associate
  • 264 Views
  • 0 replies
  • 0 kudos

[error report] STM32F1 I2C HAL BUG I2C_MasterTransmit_TXE

Posted on October 18, 2015 at 00:09Here is original function static HAL_StatusTypeDef I2C_MasterTransmit_TXE(I2C_HandleTypeDef *hi2c) {         /* Write data to DR */       hi2c->Instance->DR = (*hi2c->pBuffPtr++);       hi2c->XferCount--;   if(hi2c...

justas23 by Associate II
  • 609 Views
  • 3 replies
  • 0 kudos

chronometer... is the right way

Posted on April 15, 2016 at 18:17Hi,I'm building a time trial race, to do this i'm using the STM32F334R8T6 microcontroller with the RTC and timestamp, resolution must be of hundredths of a second, for this type of project is correct to use a RTC clo...

Damiano by Associate II
  • 881 Views
  • 4 replies
  • 0 kudos

STM32F303RBT6 - Bad Analog Section

Posted on April 18, 2016 at 23:16I had previously received the following response on this question from this forum...This is not a known issue and the part has been shipped and used in this manner already in K units without any returnsUse the standa...

Phase angle calculation

Posted on April 19, 2016 at 13:32  Hi Everyone. I’ve been trying to calculate the phase angle between two sine waves differing only in phase, and I’ve got it working in MATLAB, using the FFT of each sine wave and then applying MATLAB’s angle functio...

kvresto by Senior
  • 774 Views
  • 1 replies
  • 0 kudos

Is ''IR OUT'' equal to ''TIM17_CHI'' of SMT32F030 familay?

Posted on April 19, 2016 at 08:25Hi Team,When studying IR OUT function of STM32F030K6, cannot find more detail configuration about IR OUT, is it same as TIM17_CH1 if don't consider the driving capability? It means the signal can be sent out through ...

jhl14 by Associate II
  • 414 Views
  • 1 replies
  • 0 kudos

STM32F7 DMA fails to write to SRAM

Posted on April 19, 2016 at 15:05 We've ran into a very strange DMA issue recently as we have been expanding our code. We noticed this problem after adding some new libraries which use up a lot of ram, which caused our existing spi+dma drivers s...

Bit-banding AHB2 in STM32L4. Is it possible?

Posted on April 19, 2016 at 11:33Bit-banding is a fine approach for manipulating bits, especially GPIO. In STM32L476 GPIO are located in AHB2 address space. However, AHB2 address space is located far beyond bit-band  region: 0x40000000   APB1, APB2,...

serafim by Associate II
  • 1064 Views
  • 4 replies
  • 0 kudos