Bootloader via CAN interface
Posted on May 07, 2015 at 16:42Is a bootloader possible through CAN interface? Any tips?Thanks.
Ask questions, find answers, and share insights on STM32 products and their technical features.
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 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 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...
Posted on May 07, 2015 at 02:06 Hi Guys, How can I use HAL_USART_Transmit ? I've initialized USART1... And I want to transmit a test message on the task : void StartTask02(void const * argument) { /* USER CODE BEGIN St...
Posted on May 06, 2015 at 18:55Currently in the investigative process of migrating PIC to STM32 I'm pretty early in on the process so go easy on me. My work is mostly CAN but also USB, some switches and LED work. PWM questions: 1. I see the STM32F1...