STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Matlab Digital filter not working, how come?

Before reading any further, to give you on some insight on the output level of the oscilloscope picture'sthe ~340mV green signal is normal. If you know me I posted a question as to why its 340mV but for sake of simplicity 340mV is normal in this case...

0693W000004KTAzQAO.jpg 0693W000004KTAfQAO.png 0693W000004KTAkQAO.png 0693W000004KTApQAO.png
CLeo.1 by Senior II
  • 625 Views
  • 1 replies
  • 0 kudos

HAL_UART_Transmit_IT only send first letter

I am very new to use hal_usartTransmit_it because I use only usart_transmit() , which is the blocking mode.I changed all of my transmit() code to transmit_it() for better performance, but after that my ble send message only shows buffer's first lette...

DU2 by Associate II
  • 1303 Views
  • 1 replies
  • 0 kudos

Resolved! Distinguish GPIO port from external interrupt

Hello,I'm some confused how external interrupt is working with GPIO. If PA3 and PB3 are both configured as external interrupt, and assume the two interrupts are not coming simultaneously, how to determine which PIN generates the interrupt when EXTI3 ...

XLei.1 by Associate II
  • 1132 Views
  • 2 replies
  • 0 kudos

CAN bit timing options?

I've been using the following two bit timings for a CAN bus speed of 500K on the STM32F103. I was just wondering which is better? Does it make any difference? Is there another preferred option? Thanks a lot for any insight. //(1+9+8)*4 = 72 //1+9+...