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

Problem with OV7670 (no FIFO)

Posted on October 10, 2015 at 21:52Hi Everyone,I am working on OV7670 module (no FIFO) with STM32F407 chip. Due to I want to get image in 640x480 pixels so I try to manual scan (don't use DMCI). I set REG_CLKRC = CLK_EXT and control clock (set LOW/H...

0690X000006034jQAA.jpg
thanhnt by Associate
  • 235 Views
  • 1 replies
  • 0 kudos

Error While Flashing Stm32f429

Posted on October 12, 2015 at 14:15Hi!    I have a problem with flashing stm32f429. I using ST LinkV2 on stm32f429 Discovery Board to flash for external stm32f429 board ( that I made) , it have erased successfully, I programmed about 30% and it got ...

0690X00000605JHQAY.png
gds by Associate II
  • 347 Views
  • 2 replies
  • 0 kudos

STM32CubeF7 bug report

Posted on September 19, 2015 at 23:35Hi,The function SystemInit_ExtMemCtl() in the file system_stm32f7xx.c is not ported to STM32F7-DISCO, since the DISCO and EVAL use different SDRAM, it will not work.Another thing, the SystemClock is configured in...

STM32F301K8U6 thermal pad connect to GND?

Posted on October 08, 2015 at 11:07I checked the datasheet and couldn't find the information whether the thermal pad should be connected to board ground, although another engineer told me it is very common to do so. Would anyone please advise whethe...

song by Associate II
  • 348 Views
  • 2 replies
  • 0 kudos

USART DMA: registers

Posted on October 13, 2015 at 10:08Hi, Im using STM32F071RB. For SW certification purpose, I need to get rid of libraries and operate at register level. I modified the init function for USART1 RX in DMA mode: HAL_StatusTypeDef HAL_UART_Init(UART_Han...

STM32F0 read out protection at compile time

Posted on October 12, 2015 at 21:55Hi All! I'd like to know is there a way (linker directive or something) to set option byte value I'm aware that I can set ROP when downloading the program via ST_link, but that means there's a chance that I forget ...

yury by Associate II
  • 310 Views
  • 2 replies
  • 0 kudos

STM32F4xx Example code bug?

Posted on October 13, 2015 at 15:32In file: ...\STM32F4xx_DSP_StdPeriph_Lib_V1.6.0\Project\STM32F4xx_StdPeriph_Examples\ADC\ADC_TripleModeInterleaved\main.cIs DMA_Memory0BaseAddr really intended to be a pointer to a pointer?The variable aADCTripleCo...

Labels