STM32F0 Discovery virtual com port of STM32F103
Posted on December 05, 2012 at 18:40STM32F0 Discovery virtual com port of STM32F103
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 05, 2012 at 18:40STM32F0 Discovery virtual com port of STM32F103
Posted on December 14, 2015 at 10:31Testing discussion #text #test #text #text
Posted on December 12, 2015 at 17:19Hello guys,Sorry to bohter you .I am working on stm32f4 discovery kit.It is a part of my final project.I need help about rs232 communication using matlab simulink therefore I would like to ask you if somebody is f...
Posted on December 12, 2015 at 23:45Using cube hal in SW4STM32 with -Wall -Wextra give lots of warnings like: STM32Cube_FW_F4_V1.9.0/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c: In function 'HAL_SPI_MspInit': STM32Cube_FW_F4_V1.9.0/Drivers/...
Posted on December 14, 2015 at 14:15The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 14, 2015 at 10:55STM32F407 Timer PWM with ESC controll Brushless motorAny code or tutorial example for that.I PWM 50Hz (period=20ms) and pulse = 2ms. But motor not work.no errors.ESC show beep beep beep -> nothing happen.Helpmetha...
Posted on December 14, 2015 at 04:10Hi. I'm fairly new to the concepts of DMA and I'm trying to implement DMA for my ADC on STM32F4 Discovery kit. Currently, I'm using ADC1, channel 4 which is the pin PA4 on the discovery. I'd like to know which per...
Posted on December 06, 2015 at 16:04hi,on a custom board, i ran into the following situation:usb is connected to PA11,PA12 and working fine.however, when reseting the usb subsystem pin PA7 is pulled high and remains high.this pin is supposed to be u...
Posted on December 10, 2015 at 16:18Hello, I develop power conversion controller and have one question. STM32-Nucleo have internally asynchronous serial junction between debugger MCU and target MCU. In ST-LINK/V2(-1) this feature not present. I can ...
Posted on December 13, 2015 at 06:25When we use STM32 chip, is there a limit for the size of array and subroutine?For example, if the chip has 128k ram, can I allocat 100k to an array(or buffer) or define an array as char chs[100k]? Certainly we nee...