STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

simple spi on F103 have little problem

hi i use two spi and connect together spi 1 send(Full D Master) and 2 receive(Full D slave ) all in dmaif i change send buffer, in receive first array not change. it was first init that send dma uint8_t TXBuf[]={0,1,2,3,4,5,6,7,8,9}; uint8_t RXBuf[10...

MacLaren by Associate III
  • 379 Views
  • 1 replies
  • 0 kudos

What is the response for STM32H7 DFSDM in FastSinc mode?

The STM32H7 reference manual revision 6 gives the FastSinc response as:However this seems to make no sense. The first part is a normal sinc^2 filter, but the second part describes an impulse + delayed impulse, which results in a quite strange frequen...

0690X00000As7JwQAJ.png
jpa by Associate II
  • 502 Views
  • 1 replies
  • 0 kudos

Hard fault issue while transmitting data on UART

Hi All,I config UART on interrupt, after receving data on UART simple sending data at that time hard fault occur.UART enabling code MX_GPIO_Init(); MX_DMA_Init(); MX_USART2_UART_Init(); MX_RTC_Init(); MX_SPI3_Init(); MX_TIM2_Init(); MX_TI...

0690X00000AsYS7QAN.jpg
ASaxe by Associate II
  • 1186 Views
  • 4 replies
  • 0 kudos

Receive SPI data from an unknown device.

Hi I want to communicate with a device that uses SPI, I want to grab data from this device but when it transmits a byte waits for an acknowledgment signal which is a positive pulse with 2us lent. So I should wait until it sends 1 byte of data, store ...

Dariush by Associate II
  • 812 Views
  • 5 replies
  • 0 kudos