Bootloader via CAN interface
Posted on May 07, 2015 at 16:42Is a bootloader possible through CAN interface? Any tips?Thanks.
Posted on May 07, 2015 at 16:42Is a bootloader possible through CAN interface? Any tips?Thanks.
Posted on May 06, 2015 at 19:21 Hi there..! sorry if my question seems duplicate but I dont know what's wrong, I want to set TIM2 interrupt to 1 ms without success. this is my clock configuration #define __RCC_CR_VAL 0x010...
Posted on May 07, 2015 at 19:04I am novice to ST family. I have written code for SPI communication between Master and Slave . But I am unable to identify errors. Master Device Program &sharpinclude ''stm32f4xx.h'' void SPIInit(void); __IO uint...
Posted on May 06, 2015 at 15:05Hello,I am using the Cube to configure the micro's USB OTG as a virtual com device. However, when I plug this USB into my Windows 7 PC, the driver on the PC reports that the device cannot be started (code 10). I have...
Posted on July 25, 2012 at 17:49What is the power on default for GPIO ? I've looked in RM0008 and can't find it stated anywhere. #stm32
Posted on May 07, 2015 at 14:51Hi I have a small problem with generating EWARM for IAR project files.When I generate code, cubeMx generate file, until it starts generating the project files, then it stops, or work very slow.Anyone else experience t...
Posted on May 03, 2015 at 16:31Guys, How can I use Internal SRAM on STM32F107 for FIFO operation ? Any examples for writing and reading ? Thanks
Posted on November 05, 2014 at 11:58Hi,Consider this situation:TimerX is counting down from 1000 to 0 and it will up-count from 0 to 1000 afterwards (center aligned PWM).If I set a CC to something like 200, and enabled CC interrupt, the interrupt wo...
Posted on September 24, 2014 at 02:19Hello,I'm implementing a high power buck converter using STM32F103C8. I need to measure voltage on 4 channels during each PWM period. I figured, that i will use ADC injected mode for this. Since PWM is being gene...
Posted on May 07, 2015 at 11:17I am experimenting STM32F429 on a discovery board. After creating set board settings with STM32CubeMX, I created a few lines to generate a wave on DAC channel 2 using DMA. Everything seems correct in the registers, but...