STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 748 Views
  • 5 replies
  • 0 kudos

The debugger of IAR EARM V8 has lots of bugs

the debugger of IAR EARM V8 has lots of bugs in tracking C codes sentences, has anybody experienced it and find a solution?V7 is pretty stable but no support for many recent ST MCUs, I think F7(not all of them), H7, L4+any idea to add these MCU as pa...

Trying to get CAN2 working.

I'm using the STM32F105R8T6, STM32Cube_FW_F1_V1.8.0, and Atollic TrueSTUDIO 9.3.0.I have CAN1 working already, and am now trying to get CAN2 working *instead*. That is, I'm swapping over from CAN1-only to CAN2-only, as an interim step before trying ...