STM32F429 Bootloader
Posted on April 12, 2018 at 13:51Hello everyone,I want to do bootloader for stm32f429. for this, what are the differences between JTAG and SWD ? Can I use SWD or not ?
Posted on April 12, 2018 at 13:51Hello everyone,I want to do bootloader for stm32f429. for this, what are the differences between JTAG and SWD ? Can I use SWD or not ?
Posted on April 10, 2018 at 17:58Hi all,Checking a schematic of an RX485 transceiver connected to STM32F401 UART, I got into this detail that captured my attention:The RX line is directly connected to the RX pin of UART1 of the the MCU and it is pul...
Posted on April 12, 2018 at 12:41Hi,I'm trying to work with the ADC of the STM32F072RB which have 1-ADC with 16 channels,what I'm trying to do is to take 1000 samples of ADC_CH1 every X second and take 1000 samples of ADC_CH2 every Y seconds and onc...
Posted on May 05, 2017 at 13:54While continuing to test some of the SPI functionality of STM32-MAT using the nucleo-f302r8 board. I again ran into some problems (and solutions).Problem 1:While compiling the ''STM32-MAT\STM32\STM32demos\Test\SPI'' ex...
Posted on April 11, 2018 at 15:22I am able to jump from User code into the built-in bootloader without any issues, I am also able to upload the new .bin file using the UART and ST FLASHER Demonstrator, however when I tick the Jump to user code optio...
Posted on March 05, 2018 at 06:58The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 12, 2018 at 10:08I have designed a board with STM32F334R8T6. The STM32 pins are configured as in the attached file (I do not think there is a problem here since I have already used the same configuration without problems). The microc...
Posted on March 27, 2018 at 12:17Hello, is there a working example for CAN bus on NUCLEO-F767ZI board? I tried to search the STM32F7-Cube and was not successful. Thank you in advance! Vaclav#can-interface #stm32f7
Posted on March 26, 2018 at 12:53Hi, i have implemented the example TIM_OCToggle from stm32f40xx to stm32f103xx, both work fine.I want a event in the moment change state output pin of the channels OC, as occurs in the events:HAL_TIM_PeriodElapsedCal...
Posted on April 09, 2018 at 08:27Hi every body,Really I need your help in order to see if there are any extra change in the schematic side.Right now I use the same board used for STM32F105 to my new STM32F411.What I did: - I just change the old mic...