STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Re: SPI and I2C Pin Conflict Issue on STM32F103CBT6

(translated)I encountered the exact same problem. I2C and SPI can be used independently. When used together, SPI cannot communicate, but I2C works fine. After commenting out the I2C initialization, SPI can be used normally. The chip model is STM32F1...

WangXu_0-1735103957105.png WangXu_1-1735104193718.png
WangXu by Associate
  • 193 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H7 USB CDC - without VBUS pin?

I am using the STM32H743ZIT6 MCU to enable USB CDC. In my schematic, I have not defined the VBUS pin; I have only defined the CDC lines. Can I still use CDC without the VBUS pin? Below is the photo of my schematic for reference. Please help me.Thank ...

Rahu2710 by Associate
  • 450 Views
  • 4 replies
  • 2 kudos

Resolved! STM32F446 NACK on correct address

I am trying to comunicate a stm32F103C8T6 with an STM32F446 over I2CFirst thing I try to do is send data as master from F103 and I get NACK by F446Here is logic analyzer's screenshot:And here is F446 configuration on CubeMXI don't get why is it sendi...

Dioswilson_0-1735183975794.png Dioswilson_1-1735184006625.png

memcpy causes NMI fault in H563

I’m currently debugging an H563 NMI issue. When I executememcpy((uint8_t*)record, (uint8_t*)latest_record_addr, 128), the program jumps to the NMI_Handler().I have already confirmed using the debugger that record = 0x20002608 and latest_record_addr =...

Justin3_5-1735205161095.png Justin3_6-1735205170450.png Justin3_1-1735204758799.png Justin3_9-1735210052905.png
Justin3 by Associate
  • 226 Views
  • 3 replies
  • 0 kudos

Resolved! CAN1 And CAN2 configuration

Hi all I am using STM32F407 and trying to configure both CAN1 AND CAN2 so I want to understand a concept hope you people can help me. CAN1(MASTER) and CAN2(SLAVE) . I want to achieve operation to send data from one can to another and vice versa.  NOT...

Ash1 by Associate III
  • 397 Views
  • 6 replies
  • 0 kudos