STM32CubeMX templates for Nucleo Boards
Posted on August 20, 2015 at 22:43Where can I find a template for the Nucleo boards; specifically the STM32F070RB-Nucleo and STM32F411RE-Nucleo offerings? I am looking for the *.ioc file.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on August 20, 2015 at 22:43Where can I find a template for the Nucleo boards; specifically the STM32F070RB-Nucleo and STM32F411RE-Nucleo offerings? I am looking for the *.ioc file.
Posted on September 02, 2015 at 14:35a
Posted on July 09, 2015 at 11:40device stm32f0discovery stm32f051r8t6even if I get SPI2->DR = 0x9C which is correct.I even look with saleae logic analyzer.HAL_SPI_TransmitReceive function does not write to rx variable I created.Thanks for any help
Posted on September 01, 2015 at 12:26 Hello! I use a interrupt controlled uart communication which sends and receives its data over a powerline circuit. Both sending and receiving work fine but due to the circuit all the data which is send o...
Posted on September 01, 2015 at 16:46Hello, I have a program running on a STM3220G-EVAL board with the USB-HS by the ISP1705 PHY and its running ok. Now, I have to change to the USB3300 and I'm trying with the board Open407V-D and the USB3300 ULPI a...
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...