Can you share the MTTF of the STM32H750 ?
Can you share the MTTF of the STM32H750XB ? This is required for some of the CE certification for my product. Regards,
Ask questions, find answers, and share insights on STM32 products and their technical features.
Can you share the MTTF of the STM32H750XB ? This is required for some of the CE certification for my product. Regards,
Hello everybodyController: STM32H743ZII have a const uint8_t array which I want to place in the flash at a specific location. The location is Address: 0x08180000. For that reason I created a *.sct file. The used tag is "MXG5XX". LOAD_FLASH_BANK 0x080...
In this project I will need 3xADC (>=12bits, 500kS-1MSPS)3xDAC (>=12bits, 500kS-1MSPS)3xADC (>=12bits, 100kS-500kSPS)6xPWM46xGeneral IOsThe more ADC/DAC will be included in the MCU the better.
Hi to all,I recently started to work on NUCLEO-L4R5ZI-P evaluation board; for my first tests I decided to test the current consumption using the JP5 jumper. I put an external 8MHz oscillator on X3 and using a pre-defined test project I tried to go in...
Posted on March 23, 2018 at 16:34Device STM32L452RE on my HW board with 3V3 Vdd ...This code is placed in RAM ...//--- Program__HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_ALL_ERRORS);//--- FLASH_Program_Fast uint8_t ID; uint32_t DstAddr = (FLASH_BASE + Addr) &...
Is the Part No. STM32H753ZIT6 (LQFP / 144pin) and STM32H753VIH6 (TFBGA / 100pin) in active.As per the datasheet dated Apr2019 page No. 20 & 21 it say for Part STM32H753VIH6 is under development contact STM.Please clarify
Hi. I'm operating an stm32l452 MCU which enters and exits shutdown mode frequently, and am using the internal RTC of the chip to keep track of time as the days progress. I have noticed that over continued use (with frequent exits/entrances to shutdow...
I want to do ETM trace on STM32L486QG. When I look at my trace probe: I see I have to connect 5 pins TClock, T0,T1,T2,T3.I am look at which pins to connect to on the processor. I found this document https://www.st.com/resource/en/datasheet/stm32l486q...
Hi,I have a issue with I2C Slave on an STM32F030K6.Project is generated with : CubeMx 5.6.2Hal version: STM32Cube FW_F0 V1.11.0IDE : IAR 8.40.1The STM32 is configured as an I2C Slave ans answers to an other STM32F0 HAL_I2C_Mem_Read() request.I2C is c...
So I am trying to use the encoder mode that's built into the timer to get accurate encoder step count, which have worked flawlessly. I tried to use PA0 as the external interrupt that detects the rising edge to the index pulse. However, when I set the...