STM32F0 railway approved
Are STM32F0 microcontrollers railway approved to use them when I'm designing rolling stock electronic component? or there is any certification regarding compliance with railway/rolling stock?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Are STM32F0 microcontrollers railway approved to use them when I'm designing rolling stock electronic component? or there is any certification regarding compliance with railway/rolling stock?
Dear ST,For the implementation of many security mechanisms (e.g., the MARCH C algorithm), the use of a RAM backup buffer is proposed. However, I can't find a RAM backup buffer in the STM32G0 family datasheet. I also can't find the SRAM Backup option ...
Hello,I came across this document here https://www.st.com/resource/en/application_note/dm00622045-stm32h7-series-lifetime-estimates-stmicroelectronics.pdfWe have a H75x custom board running the MCU in VOS1 at 400MHz with external 1.2V core power supp...
Greetings, I'm having an issue with low-power modes. I'm using a STM32U585 MCU and while in run mode it is consuming around 100mA, which is a lot. I tried to enter in Sleep, Stop and Standby modes right after the main declaration:int main(void) { ...
Hi everyone,I’m working with an STM32L476 and need to parse its 96-bit Unique Device ID (UID).According to RM0351, the UID starts at address 0x1FFF 7590.Reading that region with STM32CubeProgrammer gives:• 0x1FFF 7590 : 0x004A0029• 0x1FFF 7594 : 0x58...
Hi , I am also making custom board for GPS, and same issue I am facing, unable to connect via SWD, Please help to debug.
Dear St,I hope this message finds you well.At our company, we are currently in the process of obtaining product certifications. To comply with these requirements, the certification body has requested RoHS documentation for the components we use, incl...
I'm trying to understand the operation of the STM32F446xx family of microcontrollers. I'm reading the reference manual that's available here: https://www.st.com/resource/en/reference_manual/rm0390-stm32f446xx-advanced-armbased-32bit-mcus-stmicroelect...
I have some strange results when reading the configuration registers on the APS6408L-3OBMx.MCU: STM32H725IGK6Driver from https://github.com/STMicroelectronics/stm32-aps6408OCTOPSPI init code:static void MX_OCTOSPI2_Init(void) { /* USER CODE BEGIN ...
Hi, I am using an STM32H7RS3x device with external QSPI flash connected to XSPI2 interface with address = 0x7000_0000.I have noticed that the base address of from the hexfile I have to flash into external XSPI (of course using external loader) is not...