What is the address of the BID at STMF4xx?
Posted on June 22, 2012 at 13:27I am writing a program to download and I do not know what this parameter.The size of the flash can I ask you?thank you
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 22, 2012 at 13:27I am writing a program to download and I do not know what this parameter.The size of the flash can I ask you?thank you
Posted on June 21, 2012 at 14:26The USB EP buffers defined in usbd_cc_core.cpp definitely NEED to be 4-byte aligned. Otherwise you end up in Memory-Alignment fault / Hard fault (if it is enabled by setting SCB->CCR |= 0x18 - this you definitely shou...
Posted on June 22, 2012 at 08:38In main function when we set or reset PA6, it will land into interrupt, while I have explicitly defined in EXTI9_5_IRQHandler , that only interrupt should happen on PA5 not on PA6. I don't know what is going on Please...
Posted on October 17, 2011 at 12:26STM32F2xx reference manual Doc ID 15403 Rev 3 doesn't list a Flash size register in chapter 33 Device electronic signature Is there really no such register? #missing-functionality
Posted on June 11, 2012 at 13:45Hello, I’m trying to get the uID from a STM32F207 microcontroller using the integrated bootloader connected through the USART1 (as described in AN3155). I’ve already implemented this feature for other microcontrol...
Posted on June 21, 2012 at 16:58The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on June 21, 2012 at 11:56I am trying to compile some code for the f4 discovery board to send ADC readings to the USB as posted a while ago with the following note:''This is from an Example of CDC Virtual Com Port on the USB for the Stm32f4Di...
Posted on June 17, 2012 at 16:08I am using dfu-util-0.6 under linux to load code to flash. After loading to flash how do I get the STM32 to run the application code ? I tried adding -R but the dfu device just re-enumerates after the USB reset. Also ...
Posted on June 20, 2012 at 11:39I tried to debug code stm32f103 but it getting stuck on 0x8002cc6 and not moving from there. even if I do step out or step over.The code is ok (working on product whick sold and installed).The IAR J-Link sw is update...
Posted on June 18, 2012 at 15:24Hi,I'm trying to get my two discovery cards to communicate using CAN. It works perfectly when the transmitting card is in Loopback-mode and the receiving card is in Silent-mode, but when I change them to Normal-mode n...