Is it possible the communication between USART2 and SPI1 in stm32f10x??? I asked because USART2 clock works with APB1 and SPI1 clock works with APB2. and in practice i could have communication between USART1 and SPI1 but couldnt with USART2.
相关问题
- jQuery, how to make synchronous animations?
- Trouble with SPIDEV, device tree and .dtbo name wi
- Synchronous and ASynchronous APIs
- Are LINK elements loaded synchronously?
- (Java) Why is a HashSet allowed to be used synchro
相关文章
- STM32F0, ST-link v2, OpenOCD 0.9.0: open failed
- Are Android logging methods asynchronous?
- mp3 website player with synchronized playback (not
- Can't write to flash memory after erase
- Obtain data synchronously from WebWorker?
- Can I read from a socket synchronously using Boost
- What is the difference between synchronous and asy
- Rabbitmq retrieve multiple messages using single s
Well irrespective of clock , you can communicate with individual peripherals. APB1 and APB2 are just clock sources and it should not impact the communication.