STM32F103C8T6 Failed in immunity test at 475 MHz frequency. what are precaution for STM32F103 Microcontroller to success the EMC test?
STM32103C8T6 face the system reset during the immunity test at 470Mhz 10V/meter of EN 50130-4:2011 standards.
Ask questions, find answers, and share insights on STM32 products and their technical features.
STM32103C8T6 face the system reset during the immunity test at 470Mhz 10V/meter of EN 50130-4:2011 standards.
Hi,i am trying to implement a SPI communication with STM32H7(Master) to STM32F1(slave) with interrupt mode. In Slave Side SPI3(with NSS Hardware Input) i have enabled, In Master Side SPI6 (GPIO Pin Toggling for SS) I have Enabled My Issue is at Slave...
Having difficulty to communicate with SPS30 on I2C. As a beginner I am having difficulty to understand how to debug the problem as it just returns 255 in in_buff. This topic may sound to broad, however, If someone can guide me the direction to make ...
I am trying to power the NUCLEO-F429ZI board from external 5V supply. I am providing 5V at pin 6 of CN11. Jumper JP1 is off and JP3 is on pins 2 and 1 (E5V). The problem is that CPU does not boot till I press the reset button. Further, If I connect t...
Anyone has experience with this, does ST have anything that works beyond 105ºC?I saw cheap non Flash based 8bit mcus (Z86C04/C08) that go up to 125º-150ºAlso (TK68HC811E2) up to 175ºCI also found an article recommending chips worth 800€/piece555 chip...
Good morning everyone.Any tips,toughts, links to documentation ....describing how to use the SWD protocol as a master? I found this page describing the SWD protocolIs there any stm32 product with master SWD capabilities in their peripheral?STlinks ar...
I am using the STM32H753VIHX. I am using NVIC_SystemReset() to trigger a system reset under fault conditions. This only works once though. I am line by line debugging my code and when I flash the code to the controller and step to my test fault it su...
I want to make A project that can flash firmware to STM32 by another STM32.(not Act as ST-Link, Ack as standalone Writer like CYCLONE writer)but I do not know what I should know to make the flash writter with SWD.If you have any examples or any exper...
stm32g030xx.h, stm32g031xx.h, stm32g041xx.h:these #define seems to be missing/removed from aforementioned files:#define RCC_CCIPR_USART2SEL_Pos (2U)#define RCC_CCIPR_USART2SEL_Msk (0x3UL << RCC_CCIPR_USART2SEL_Pos) /*!< 0x0000000C */#define...