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

STM32F437 and PI8 as output IO

Posted on June 08, 2018 at 16:37Hi, guys.I am using STM32F437 and trying to use PI8 as  an output port.I am trying to program it using standard procedures: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOI, ENABLE);  GPIO_InitTypeDef  GPIO_InitStructure; ...

Resolved! QSPI: Write/Read strings from QSPI memory

Posted on June 06, 2018 at 14:23Hello,I implemented some functions to read and write the QSPI memory by using functions HAL_QSPI_Transmit() and HAL_QSPI_Receive() provided by the libraries.Everything works fine. I just wonder how I can write and rea...

Rick MC by Associate III
  • 742 Views
  • 7 replies
  • 0 kudos

stm32l496g_discovery_sd.c hypothesis denied

Posted on June 08, 2018 at 13:19Bugs in current, and older code treesSTM32Cube_FW_L4_V1.12.0\Drivers\BSP\STM32L496G-Discovery\stm32l496g_discovery_sd.c.../**  * @brief  Initializes the SD MSP.  * @note   The SDMMC clock configuration done within thi...

Regarding peripheral variants...

Posted on June 08, 2018 at 10:48I have a question about a feature of STM32s which slightly puzzles me. Each peripheral class (e.g. SPI) may have several instances on a given processor (e.g. SPI1, SPI2, ...). Different processors in the family have d...

Resolved! STM32f407 as SPI slave[HAL]

Posted on May 28, 2018 at 09:05 Im trying to catch data from the unknown device, this device has data and clock. I decided to make my stm32 as spi slave and catch the data as recevier.And im struggling with it. I have this data flow which i want to...

0690X00000602W8QAI.bmp 0690X00000602WDQAY.bmp 0690X00000602WIQAY.bmp

Setting up an external interrupt

Posted on June 06, 2018 at 13:42Hi!I found setting up an external interrupt in an STM32F103 to be a little bit hard. What is the sequence of to do's? I can find information fragments about the EXTI and NVIC, scattered through the reference manual an...

stm32f4 adc max sample rate

Posted on June 08, 2018 at 11:20Hi,I have a problem to achieve max. sampling rate of 2.4 MSPS(12 Bit) @168 Mhz Clock, AHB2 Bus is running at  84 MHz and ADC Clock = 42 MHz.Any idea why I get just sampling rate of  1.4 MSPS and not maximum sampling r...

Labels