STM32F0308-DISCO enable STLink Virtual COM
Posted on February 19, 2016 at 20:26Good day.It is possible to enable ''STLink Virtual COM Port'' in STM32F0308-DISCO board like in NUCLEO-F030R8?Thanks.
Posted on February 19, 2016 at 20:26Good day.It is possible to enable ''STLink Virtual COM Port'' in STM32F0308-DISCO board like in NUCLEO-F030R8?Thanks.
Posted on February 19, 2016 at 02:17I'm using STM32L4 with CubeMx. I want to use USART3 to implement an RS232 console echo.My CubeMX is configured like this photo (and I have ''USART3 global interrupt'' checkboxed as enabled. After auto-generating ...
Posted on February 19, 2016 at 12:32HI, I try to config Filters for two can bus on STM32F105, but i have strange problems .When i config filter with CAN2SB = 14 to specify start point of filters for CAN2, the interrupts RX0 and RX1, not work.If i co...
Posted on February 18, 2016 at 13:37Hi, i'm trying to make an app for my card to introduce IAP (update by ethernet, http in my case)To do this, i'm starting from the example give by stm32 cube STM324x9I_EVAL\Applications\LwIP\LwIP_IAP\EWARM (I test ...
Posted on July 11, 2012 at 20:04 Hello folks, we are developing a measurement application for the STM32F103ZGT6 (1 MB Flash, 96 K RAM). The application uses the stm32f10x_stdperiph_lib v3.5.0, FreeRTOS V6.10 and FatFs R0.08b. The applicatio...
Posted on February 11, 2016 at 10:07Hi, the search button does not work for ''This list:STM32''. Could you please fix this? (If I enter e. g. I2C and press search, then it will not find anything. With ''This list: Microcontrollers'' it works ... but...
Posted on February 18, 2016 at 23:59 Hello, I try to initialize my SPI3 on the STM32F401RE Nucleo Board. But as soon as I call my Init_SPIMaster(); in the main, I get the error message, that there is an undefined reference to HAL_SPI_Init. T...
Posted on February 18, 2016 at 14:54
Posted on February 19, 2016 at 06:44Hi all,I am writing a program for the STM32F030 in which I want to update TIM3->CCR2 using a DMA transfer. This transfer will be triggered to control PWM waveform generation, although I have simplified the code be...
Posted on July 19, 2015 at 21:44Hi All! I am having a hard time making the communication between the audio codec and the microprocessor to work.I was able to configure the audio codec to output the audio picked up by two digital mics directly to the...