I Need to start HRTIM TimerA,B,C,D all timers start the pwm signal at same time how can i do it.
I Need to start HRTIM Timer A,B,C,D all timers start the pwm signal at same time how can i do it.
I Need to start HRTIM Timer A,B,C,D all timers start the pwm signal at same time how can i do it.
Posted on August 28, 2013 at 12:45Hi all!Im currently working with a project that should read data from sensors using the I2C bus.When i am using a debugger to start the program it runs at it should. Reading sensor values and putting out the data on...
Hi,I am Faruk.What i am trying to do is, sending data that i collacted from ADC Ports to Nextion HMI Display. Also at the same time i am getting signals from buttons on the Nextion HMI Display. I use UART pins of Nextion HMI Display. 5V RX TX GND.If ...
Hi,I am using an STM32F407 Evaluation Board in my project, along with a Nextion HMI Display that communicates with the MCU over UART.In this project, I send data every 1 second using a TIM interrupt with UART Polling Mode, and I receive data from the...
Dear STM CommunityI am reaching out on behalf of our development team, as we are in the process of selecting an appropriate microcontroller for a bicycle computer application. We are considering the STM32U535CB for its ultra-low power consumption, ro...
Hello everyone,I’ve been working on a project using the STM32F7 Discovery board and I’m trying to execute code from external SDRAM. However, I’ve run into a puzzling issue and could use some guidance. Here’s a detailed breakdown of the problem:Setup:...
Hello everyone,I am working with an STM32H743VIT6V processor and attempting to erase sector 7 of the flash memory using the following parameters: FLASH_EraseInitTypeDef EraseParams; EraseParams.TypeErase = FLASH_TYPEERASE_SECTORS; EraseParams.Banks ...
STM32G0B1CBT6 #define ADC0_OBJ_COUNT 9 const uint8_t ch_remap[ADC0_OBJ_COUNT] = {ADC_CHANNEL_0, ADC_CHANNEL_1, ADC_CHANNEL_2, ADC_CHANNEL_3, ADC_CHANNEL_4, ADC_CHANNEL_5, ADC_CHANNEL_6, ADC_CHANNEL_7, ADC_CHANNEL_10}; //const uint8_t ch_remap[A...
Hello, I use STM32F042C6U6 processor. I use IN 2, 3 and 4 inputs for ADC, but when I activate channel IN 4 input, there are serious deviations in other ADC values. My Variable uint32_t adc_values[2]; Main Code: int main(void) { /* USER CODE BEG...
Hello Everyone,I'm currently working on a project using the STM32L4 micro controller, where I'm developing a multi-level menu system displayed on a Segment LCD. I'm using a magnetic switch connected to a GPIO pin, which is configured to trigger inter...