STM32L476 release date
Posted on May 27, 2015 at 12:22Do you have a release date for the new STM32L4xx processors yet ? And can I pre-order a sample ? Thanks.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 27, 2015 at 12:22Do you have a release date for the new STM32L4xx processors yet ? And can I pre-order a sample ? Thanks.
Posted on September 01, 2015 at 21:21Hi, I'm trying to use the Flash Loader demo Tool to down load my hex file. I need to bypass the hard wiring of the boot pins to 0 and 1 and just jump to where the boot loader reset handler resides. I searched the...
Posted on May 20, 2015 at 17:13Hi, I am using the HAL driver for the CAN interface of an STM32F207. I noticed that the payload data in the current driver for the F2 is unneccessarily defined as arrays of uint32_t. In the current release for the STM3...
Posted on August 31, 2015 at 15:38Hi. I make 4 ADCs on ADC1 and other 4 on ADC2. I'm using DUAL mode, so the results are transferred in 32-bit word (one half for ADC1 and another half for ADC2). Thus I need 4 conversion times for all 8 conversions. ...
Posted on September 01, 2015 at 14:24I have an STM32F4 Discovery board and I'm trying to talk to the boot loader. I have brought it up and I have successfully executed the 'Get', and 'Get Version and Read Protection Status' commands. When I try th...
Posted on September 01, 2015 at 18:36Hello, i use EEPROM simulation and sometime i must use the flash page erase for new data. If during the erase time there is one ore more pending ISR, the system crashed. After reboot with the watchdog i found, th...
Posted on September 01, 2015 at 12:03Hello,I am trying to send data to a computer with an HC 06 linked to an STM32F0 Discovery.Here is my code : /* USART2 PA.2 Tx, PA.3 Rx STM32F0-Discovery*/ /* Includes ----------------------------------------...
Posted on September 01, 2015 at 11:16Hello. I am trying to run the code from stm32f429 to stm32f746. There is one question. DTCM memory (cortex m7) and CCM memory (cortex m4) is the same?
Posted on August 30, 2015 at 22:14 On the STM32L051 I was trying to use the WKUP1 pin to wake up the processor from standby mode. Too bad I didn't notice the fact that a pulldown is enabled on that pin.... So now I'm trying to play this t...
Posted on August 31, 2015 at 11:04 Hello I am trying to save my settings into flash. I use a struct that storing settings, then put a pointer begining of it and store all the bytes into flash along the size of that struct. But it seems struc...