STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32Cube V1.9.0 F429 Demo bug

Posted on November 17, 2015 at 21:42HiIn the  STM32F429I-Discovery Demo STM32Cube\Repository\STM32Cube_FW_F4_V1.9.0\Projects\STM32F429I-Discovery\DemonstrationsThis demo worked the first couple of times, but then I've had this demo randomly fail whe...

st140728 by Associate II
  • 349 Views
  • 2 replies
  • 0 kudos

FSMC access speed

Posted on November 20, 2015 at 08:08HiI need to configure the FSMC in an STM32F4  to the fastest possible read access. I am reading an external FIFO and I need to read it as fast as it is possible. What are the parameters that influence the access s...

albertbu by Associate
  • 413 Views
  • 2 replies
  • 0 kudos

STM32F4 FFT problem

Posted on November 19, 2015 at 15:36I have installed all DSP source files on the project and f32 fft works perfectly, but when I switch to q31 or q15, while  the input buffer shows got data, the output buffers all values (the frequency spectrum) are...

matas by Associate II
  • 569 Views
  • 4 replies
  • 0 kudos

CubeMX version inconsistency

Posted on November 20, 2015 at 02:20As far as I know, the current version of CubeMX is 4.11.00. I'd downloaded the windows installer for the standalone version STM32CubeMX from http://www.st.com/web/en/catalog/tools/PF259242 and it works as expected...

STM32F4 fft to orginal signal amplitude confirmation

Posted on November 20, 2015 at 17:40Hey guys, I just need a confirmation, that I understood this correctly. To compute the orginal signals amplitude from the FFT amplitude, you have to divide the FFT specific frequency amplitude from the FFT length ...

matas by Associate II
  • 290 Views
  • 0 replies
  • 0 kudos

Alternate function mapping table

Posted on October 18, 2013 at 11:04Hi all,at page 135 of http://www.st.com/st-web-ui/static/active/en/resource/technical/document/reference_manual/CD00240193.pdf, I found a note: ''To know which functions are multiplexed on each GPIO pin, refer to t...

Problems in frequency with STM32F429NIH6

Posted on November 19, 2015 at 14:13Hi, I have problems in my project when I set the core frequancy above 100MHz. Up to 100 MHz I have no problem. When frequency is higer than 100 MHz CPU goes in hard fault. Using a frequncy of 120 MHz CPU goes in h...

luca2399 by Associate II
  • 732 Views
  • 6 replies
  • 0 kudos

UART4 MPU fault exception

Posted on October 20, 2015 at 14:44Hi,I use the UART4 of stm32f103ZGH6 on my application board as a RS 232 port. When I load the main app program with Keil uVision4 into the target flash starting at 0x08000000, the RX/TX of UART4 work fine. However,...