Hello , i am looking to know for STM32L051 how long will it take a byte to be written in to eeprom.while writing eeprom does it have any limitations like UART intteruptions?
hi all, I am using STLINK/V2 ISOL which says ST_LINK, No MCU device found, just replacing with STLINK/V2 works keep all setup intact.what could be the reason.
The below is the function i use , flash_unlock( );memcpy( &data_w, data_ptr, sizeof( data_w ) );status = HAL_FLASHEx_DATAEEPROM_Program( TYPEPROGRAMDATA_WORD, Address_Src, INVERTED_DATA( data_w ) );flash_lock( );
Ok , that might be the difference, i thought both are the same apart ISOL. i will check it again. could you please point out the power out difference in the datasheet.