Flash and RAM integrity check
How can i do the integrity check for flash and RAM in STM32H735?.Please guide me.
Ask questions, find answers, and share insights on STM32 products and their technical features.
How can i do the integrity check for flash and RAM in STM32H735?.Please guide me.
Hello.Is it possible to reset the product state from closed to openinternaly by the firmware on a STM32H563?Can i do this easy by rewriting the ProductState to 0xED, or do i need additional provision information or the provisioning password to do thi...
Besides, I don't know whether this configuration of MX is correct. /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_GPDMA1_Init(); MX_SPI2_Init(); MX_ICACHE_Init(); MX_I2C1_Init(); MX_RTC_Init(); /* USER CODE BEGIN 2 */ ...
The STM32H743 datasheet section 3.3.2 states that the TCM memories are zero wait state, implying that they run at the core speed of up to 480MHz. It does not make any claim about the rest of the SRAM. Figure 2 in the datasheet shows all the AXI and...
Hello,I am trying to update some code to use UART with DMA for receiving instead of the polling method.I want the implementation to work for messages of unknown length so I use the HAL_UARTEx_ReceiveToIdle_DMA function.I know that the maximum message...
Dear,Setup:We using a STM32H7B0 100pins.We use 1 ADC input at 1M samplesConfigured as 16bit, differential input, with an offset of 32768.We use a Vref of 2.5V.The other side of the differential input is 1/2 of Vref (buffered with a opamp)To sample th...
I just bought stm32 and i cant find any guides how can i enable led. I flashed pin PB7 so that it would output current
Hello everyone, I encountered a problem with overwriting OTP memory both from a user application and from the stm32 programmer.I write data to the OTP cell, close the memory using standard hal functions, turn off the power of the debug board, turn on...
Need some clarification on implementing the DFU functionality on STM32L412KBU3.According to the note in AN2606 (page 350), it states: "VDDUSB IO must be connected to 3.3 V" however, on the STM32L412KBU3 (UFQFPN32) the VDDUSB pin does not exist.Curren...
I have a test question about STM32G474 dual banks to ask :A test program for LED flashing has been successfully constructed in the IAR environment.Use STM32CubeProgrammer to load BANK1 starting from 0X8000000, DBANK=1,BFB2=0, and the program runs OKW...