STM32H743 FLASH problem
Posted on June 02, 2018 at 09:37X:\STMicroelectronics\STM32Cube\Repository\STM32Cube_FW_H7_V1.2.0\Projects\STM32H743I_EVAL\Applications\IAP\IAP_MainIsn't function HAL_FLASH_Lock() supposed to be in position 2?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 02, 2018 at 09:37X:\STMicroelectronics\STM32Cube\Repository\STM32Cube_FW_H7_V1.2.0\Projects\STM32H743I_EVAL\Applications\IAP\IAP_MainIsn't function HAL_FLASH_Lock() supposed to be in position 2?
I have started to use the STM32 Cryptographic library on an existing product which uses the STM32L476 and consequently has no hardware encryption available. I have a problem when the firmware compiles. I get an error 'Undefined Symbol RCC_AHBPeriphC...
https://github.com/eleciawhite/STM32Cube/blob/master/STM32Cube_FW_F3_V1.3.0/Projects/STM32373C_EVAL/Examples/TSC/TSC_BasicAcquisition_Interrupt/Src/main.c what I don't understand are these definitions:IoConfig.ChannelIOs = TSC_GROUP8_IO1;IoConfig.Sam...
Greetings! I am writing a small bootloader application on an STM32L496 that will copy an image from one location in flash to another. I have reserved a 256KB chunk of flash to hold the image. I created a region and section in the .icf file, and de...
I'm trying this on a Nulceo-L452. I'm using CubeMX 4.26.1
Hi everbody. From the <<PM0075 Programming manual>> ,I have success erase the entire flash follow Mass Erase sequence, the C code as below:FLASH_Status flashEraseAllOptionBytes_STM32(void){ FLASH_Status status = FLASH_COMPLETE; uint32_t ...
its just have a predefined function eMBErrorCode eMBInit ( eMBMode eMode, UCHAR ucSlaveAddress, UCHAR ucPort, LONG ulBaudRate, eMBParity eParity ) how it will take my USART3 to communicate as modbus ?
While bringing up DMA on H743 in my code, I painfully found out that specifying a wrong memory region as DMA target, like ITCM for DMA transfers, will also set a FIFO error and abort transmission. RM0433 should mention wrong SRAM source or target re...
Hi there,I am looking to design a custom HID device using STM32CubeMX and TrueSTUDIO on a STM32F411E-Disco board. However, i can't find any good examples online for custom devices and how to get one working. I was wondering if anyone could point me i...
Hallo. I'm using SPI and DMA on a STM32L433, to receive data from an external board, and I would like that an interrupt was fired at reception of the 4th byte.I've set the SPI3 (that is in slave receive only mode because I'm using MISO pin for other ...