UART communication problem
hi i'm trying to use the stm32H750 uart with Interrupt i managed to get it working but the message is a bit off ( alot ) here is a bit of the code uint8_t tx_buff[]=" "; uint8_t rx...
Ask questions, find answers, and share insights on STM32 products and their technical features.
hi i'm trying to use the stm32H750 uart with Interrupt i managed to get it working but the message is a bit off ( alot ) here is a bit of the code uint8_t tx_buff[]=" "; uint8_t rx...
I am using the old StdLibs to do this since I am (I thought I was) comfortable with these. Anyone that can point out some code showing how to do this in detail? Have been struggling with this for three days and begin to loose my faith in this.Thanks,...
ADC1 running with "Continuous Conversion" mode, no DMA. It has one regular channel 3 and one injected channel Temperature Sensor. I want to use TIM2 TRGO to active the injected channel every few second. However, its not working. When I set the ADC in...
Hello.I am Mr. Kang, a senior researcher at Sugentech in South Korea.I am using your product, STM32F103ZET6_LQFP144.During product ROHS2 certification, STM32F approval is required.We request to share STM32F103ZET6_LQFP144 ROHS2 approval.Thank you.
Posted on April 03, 2018 at 05:35Hi.At the first time, SDIO works well but 10~20 minutes later, when i try to open a file(FA_CREATE_NEW | FA_WRITE options), there is no answer for 30 seconds and then SDIO does not work anymore after being shown FR_D...
In this at first time only data is receiving after that code is not executing RxCmplt call back function.Hardware: For testing I had shorted the both TX and RX pins together of STM32H743I EVAL board.UART Config : Baud rate = 9600,DataSize = 8bit,Mod...
Hello, I'm a student of Azerbaijan Technical University, and I want to install software of Electronic Speed Controller for Drone on STM32F303CB. I have read a documentation of STEVAL-ESC001V1, and write the code but it didn't work. I build the code ...
Using Nucleo-G474RE. Am trying the TIM_Complementary_Signals example. This uses TIM1. No PWM is shown generated on any of the 6 channels. Tried setting MOE bit in TIM1->BDTR as also CC1E, CC1NE,...CC3E, CC3NE in TIM1->CCER before the PWM_Start calls....
I'm guessing using the PWM (with fixed duty cycle) would be the best approach. That is, on each of the 8 pins be able to specify a period, duty cycle and number of cycles. I'm not sure how to stop the PWM after a specified number of cycles.