Flash page size at runtime
Posted on November 20, 2016 at 14:56Hello , everybody have an idea how to calculate flash sector size during execution on any stm32 device? #page-size
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 20, 2016 at 14:56Hello , everybody have an idea how to calculate flash sector size during execution on any stm32 device? #page-size
Posted on May 09, 2015 at 19:35Hi, This dialog is pretty usefull the first time and pretty useless all the others. If there's a better place to put feature request, please tell, I will do it. Regards Julien
Posted on November 20, 2016 at 11:59 Hello! I post this subject because I have some problems to communicate with my BMP I'm using SPI protocol and configured it like this: spi_card.Instance = SPI2; spi_card.Init.BaudRatePres...
Posted on November 20, 2016 at 07:58 hey all i configed timer 3 whit this .... formeasurement frecuncy in PA.7 void TIM3_Configuration(void){ RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM3, ENABLE); TIM_ICInitTypeDef TIM_ICInitStructure; TIM_...
Posted on November 19, 2016 at 10:15The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 20, 2016 at 00:32 Hallo, I try to read binary data from PC to STM32 F Data are framed in following format. DLE STX DATA DLE ETX (0x10 0x02 DATA 0x10 0x03). My goal is to read DATA bytes. I'm usingHAL_UART_RxCp...
Posted on November 18, 2016 at 14:39Hello great STM forum, in the last 6 months I was developing and manufacturing about 30 units with STM32F427 in LPQF 144 package. In the meantime I realized the same behaviour on 3 different boards on different p...
Posted on November 18, 2016 at 16:39Hello,I am working with a smart TFT that supports the 8080 parallel interface on a custom board but the design omitted connecting the RD, RS, CS, WD to the appropriate NEx, NOE, NWE, Ax pins. Instead these 4 contr...
Posted on December 17, 2015 at 07:21 Hello there, I am using uart tx and rx with dma. It works, but each time I stop the DMA using: /** * @brief Stops the DMA Transfer. * @param huart: pointer to a UART_HandleTypeDef structure tha...
Posted on November 09, 2016 at 18:02Hi all.I'm new to this platform, checking if I could use it in this scenario.Which kit / evaluation module / board would you suggest in order to test/evaluate this build:1) acquire 2 analog values on separate chan...