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

Resolved! error: array type has incomplete element type

Posted on March 30, 2018 at 07:29This is occurring in fsdata_custom.c in the LwIP_HTTP_Server_Netconn_RTOS project I imported from CubeMX.  The struct that is being referenced is :struct fsdata_file {  const struct fsdata_file *next;  const unsigned...

I am using a STM32f7 as a SPI master and STM32F0 as SPI slave. When I am Running Both MCU at 48 MHz then transmission and reception both are working well but when I am running STM32F7 at 216 MHz then its not working.

Please help me.My codeSPI Master Code----------------------Initialization/* SPI4 init function */void MX_SPI4_Init(void){ hspi4.Instance = SPI4; hspi4.Init.Mode = SPI_MODE_MASTER; hspi4.Init.Direction = SPI_DIRECTION_2LINES; hspi4.Init.DataSize = SPI...

Resolved! Lora Configuration: L476, SX1272 and PA-BOOST

Hello,For a project, I am using the code given on the STLRWAN1 web page (https://www.st.com/en/evaluation-tools/i-nucleo-lrwan1.html#tools-software), and the project "End Node". I am using the L476 uC and the SX1272. How can I configure the code in ...

emil28 by Senior
  • 671 Views
  • 4 replies
  • 0 kudos

STM32F103C8T6 RTC losing date

Hi, I am working on a simple datalogger project using the STM32F103C8T6, I am currently using the STM32RTC library to access the RTC peripheral via a custom-built board. I originally prototyped using Blue Pill but quickly migrated away from that once...

PDack.1 by Associate
  • 588 Views
  • 0 replies
  • 0 kudos
Labels