Resolved! Looking for a STM32CUBMX example that blinks an LED on PA8 using Timer 1
Posted on June 20, 2017 at 18:31Have an STM32415RG chip and would like an example using Timer1 blinking an LED on PA8 using either PWM or alternating.#timers
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 20, 2017 at 18:31Have an STM32415RG chip and would like an example using Timer1 blinking an LED on PA8 using either PWM or alternating.#timers
Posted on June 23, 2017 at 13:34Hello. I'm having problem with USART6 (again). So I'm testing now UART7. By checking documentation I have found that it is theoretically possible to set up uart7 on analog pins. I have made such conclusion after looki...
Posted on June 19, 2017 at 12:02Hello thereCan I compile the DSP library with STM32F103C8 device. I would like to import FFT using DSP library with this chip. But I get many errors when I compile the library.compiling main.c....\Library\DSP Library\...
Posted on June 09, 2017 at 08:41Hi All,I am currently working on migrating a system from a EFM32 ARM Cortex-M3 to the STM32L476VGT ARM Cortex-M4. In the current hardware implementation, the processor is connected to asynchronous SRAM via an FPGA th...
Posted on June 22, 2017 at 17:02Just wanted to use the Flash Loader command Line to check Device id/Signature. I am sure whether that is possible. I have attached a picture of the STM Command LineThanksWJ
Posted on June 21, 2017 at 10:49Hello, I am using the uC to receive and transmit data over SPI2 in slave mode with the following configuration:CR1 =0x0078, CR2 = 0x0700, AFRH = 0x55353500, MODER = 0xa2a0556aThe APB1ENR is also properly configured.Th...
Posted on June 23, 2017 at 10:01Hello All,I tried to run client and server in two different threads with two different ports (server with port 80 and client with 1234)But the moment my client attached to the respective server on Internet, Local Serv...
Posted on June 23, 2017 at 06:31I recognize that this is probably a dumb question but I'm really struggling with it. I've successfully configured ADCs for reads when using PA0 and PA1:void ADC_Setup() {GPIO_InitTypeDef GPIO_InitStructure;ADC_InitTyp...
Posted on June 23, 2017 at 08:48Hi guys,We are working on a project in which we want send a data from sensor to “MICROSOFT AZURE� cloud server.Our hardware is STM32F429ZI controller and Ethernet transceiver W5500 device. We are trying to send ...
Posted on June 15, 2017 at 12:14Hi,I encountered a problem with STM32F103CB when setting PB8 as pull-up input.In hardware, PB8 is externally pulled up to 3.3V. And it is set as pull-up input. However, after MCU start, it is being detected as low con...