STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI write and reading from PN532 using HAL not working

I am working on a project to communicate with PN532 nfc reader.The reader work just fine with arduino code using SPI.Below is the library I used to read and write data from PN532https://github.com/adafruit/Adafruit-PN532Now I switched to stm32 board ...

0693W000005Av1kQAC.png 0693W000005AvEyQAK.png 0693W000005Av2YQAS.jpg
KYou.1 by Associate II
  • 2066 Views
  • 2 replies
  • 0 kudos

Missing I2C STOP condition

RM0394 (STM32L4..) in section 37.7.2 describing I2C_CR2.START bit states:"setting this bit generates a START condition once the bus is free"Section 37.4.8 reads:"the master automatically sends the START condition followed by the slave address as soon...

I2C-STOP.png I2C-NO-STOP.png I2C-STOP-START.png
TDJ by Lead
  • 2930 Views
  • 3 replies
  • 0 kudos

STM32L4 dual regular simultaneous mode using dual DMA as I don't want overrun of data. I want to know correct IOC setting for this mode.

I wanted to know how to configure the ioc setting for dual regular simultaneous mode. I want to use ADC1 and ADC2 together. After the correct ioc setting, how to know to code for this mode. I took help of the available resources but getting an error ...

_legacyfs_online_stmicro_images_0693W00000dJxizQAC.png _legacyfs_online_stmicro_images_0693W00000dJxiuQAC.png _legacyfs_online_stmicro_images_0693W00000dJxipQAC.png
AKhot.1 by Senior
  • 613 Views
  • 0 replies
  • 0 kudos

Signa A and B with 90 degree phase shift

Hello dear friends,does any one know how i can have 2 signal with 90 degree phase shift? but i want to use this easy bit pattern to have it and not pwm, just with this bit pattern 00, 01, 11, 10, and also a sleep time for delay, it shouldn't be diffi...

HA.5 by Associate III
  • 956 Views
  • 3 replies
  • 0 kudos

Resolved! Using both CAN1 & CAN2 both in STM32F446RC

Hi, I want to use both CAN1 and CAN2 for my application with 500kbps and 125kbps speeds respectively. I have initialized both of them as per my requirements using HAL. Where in Tx is implemented in polling and Rx in interrupts. CAN1 Tx and Rx working...

MG.5 by Associate II
  • 5458 Views
  • 10 replies
  • 1 kudos