STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Inserting delay before synchronized pwm signal

Posted on August 18, 2016 at 12:01Hi All,I have two signal, one high signal having 20% duty cycle and a low signal with 40% duty cycle. High signal is  synchronized to low signal with reset trigger. I want to insert a delay of 100-400ns (t2 in diagr...

0690X00000605OSQAY.png
nitin29 by Associate II
  • 429 Views
  • 1 replies
  • 0 kudos

software expansion package for STM32Cube

Posted on October 07, 2015 at 14:20Hello,Does anyone know how to install a software expansion  package for STM32Cube. Let's say I downloaded X-CUBE-MEMS1.ZIP. I then went to ''Help/Install New Libraries'' then clicked on ''From Local...'' I selected...

STM32F0 SPI Timeout Error with illegal HAL state

Posted on August 19, 2016 at 12:28 Hello, [I have just written my issue in detail and it has been deleted when I clicked Ok. Thanks, I will write it again though.] We are using the STM32F072CB with the HAL driver in our application a...

janos2 by Associate II
  • 663 Views
  • 4 replies
  • 0 kudos

HAL_UART_Receive_IT returns error

Posted on August 04, 2016 at 09:48 Hi, I want to transmit something from PC to uC and I put UART in receive mode. However HAL_UART_Receive_IT keeps returning error, and I don't know why? My code is really simple: int main(void){/* Reset...