data retention
i am using stm32h743zt6 controller, what is meant by data retention in flash memory?where this parameter?how we can calculate this?Thanks,
i am using stm32h743zt6 controller, what is meant by data retention in flash memory?where this parameter?how we can calculate this?Thanks,
Good day everyone.I'm trying to get Wiznet made W5500 working with STM32F030 series, using SPI in DMA mode.Unfortunately, in nSS hardware output mode, SPI bus pulls up nSS line after every transmitted byte (see attached image), while W5500 manual sta...
void SystemCoreClockUpdate (void){ uint32_t tmp = 0, pllmull = 0, pllsource = 0; /* Get SYSCLK source -------------------------------------------------------*/ tmp = RCC->CFGR & RCC_CFGR_SWS; switch (tmp) { case 0x00: /* HSI used as system...
Trying to generate a 512 Hz signal that is synchronous to the LSE.MCU is an STM32L476ZETx.Measuring the signal on RTC_OUT_CALIB with a Keysight tabletop multimeter. (And also with an oscilloscope.)Observation:Setting "RTC_CALIBOUTPUT_1HZ": measured f...
We're using a STM32L4a6 with an ABRACON 32.768KHz crystal (ABS06-127 which is on listed in AN2867 as a compatible crystal) however we seem to be observing error in to order of +200ppm (not the +/-20ppm given in the crystal specs). Using 1p2F caps an...
I am working on STM32L476ZGT6 EVAL-Board for transferring data on the SPI to one of the audio codec which is SPI slave. I am trying to read the data from codec at 20 MHz SCLK. I am seeing that the data is getting right shifed 1 bit for of every byte....
Hi forum.I have a question regarding the STM32L496G-discovery board. I want ADC1 to sample PC4 located on the on board Arduino connector, take 10 samples for this example and have the DMA xfer these to memory. I have a CubeIde project set up and have...
Hi,I'm trying to program code into custom PCB with STM32H7B3.I was first able to connect to STM32H7B3 (read Device ID etc.), but after flashing, the target cannot be found!ERROR: STM32: Connecting to CPU via connect under reset failed.I created code ...