Resolved! Error in UM2861
at page 26 :"The X3 crystal has the following characteristics: 32.768 kHz"it should be X2 instead of X3
at page 26 :"The X3 crystal has the following characteristics: 32.768 kHz"it should be X2 instead of X3
I am using a the nucleo32 with a stm32F303K8 for my project. I am using arduino and creating a TCP modbus and RTU modbus server.<br>I have set the pins as folows:| Description | Type | Arduino | STM32 | Pin Number ||--------------------|--------...
Hello all,On and STM32F722 I am measuring the speed of an object that is passing between 2 photogates using external interrupts.I would like to automate the time measure using Input Capture direct mode on channel 3 and 4 of timer 4, however I do not ...
Hi,I'm trying to configure the PWm with STM32G030K6T6. But pwm is not generate.below I given my code and i don't know where i made a mistake if any one know help me.RCC->IOPENR |= (RCC_IOPENR_GPIOAEN); // I/O port A clock enable GPIOA->MODER &= ~(...
When downloading FW on the stm32L476ZGT EVAL by using CubeIDE1.10.1ver, I faced with Error: Failed to download Segment[0], Error: Failed to download the File...,How can I solve these problems? Even I didn't write any code in there. Following is my Co...
I need to receive a six-byte packet via the UART (using an STM32L010F4). There is a SOF and an EOF byte included in these six bytes. There could be long stretches when no data is sent, followed by a stream of these six-byte packets that are 5mS apart...
Board is powered by an external power supply.
Hello,For one of my projet, I need to use a Half Duplex SPI line in 8 bits in order to communicate with a sensor.When receiving the data, the sensor need a certain amount of time between each group of 8 bits, so I can't just use a 16 bits line.I trie...
I'm trying to send CAN messages with the STM32F103C8T6 microcontroller (blue pill hardware with genuine ST chip) to a CAN analyzer without success.I'm using STM32CubeIDE v1.12.0. I double checked the hardware, I'm using PB8 and PB9 pins to connect to...