Any links or information related to I2C to SPI bridge would be greatly helpful to me!!
could some give me an understanding of how can i create an I2c to SPI bridge ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
could some give me an understanding of how can i create an I2c to SPI bridge ?
Hello everyone,I want to use 3 stm32f103 with SPI. two of them will be slave and other one is master.I did communicate this card as a master and a slave. but When I add two slave I gave date from a slave. I did not to communicate between 3 card. Ple...
Hello everyone.I am trying to edit the baudrate using register header file without using HAL. I am working with STM32L4R5ZI and IAR complier.I found these lines in the header files but don't know how to use them./****************** Bit definition fo...
Hello All, How to obtain the time difference between successive occurrence of two CAN messages .I am sending some CANIDs every 0.7 seconds and my aim is to measure the time difference between the successive occurrence of the CANids on reception by a...
I need to bit bang I2c and SPI, I have tried to look for application notes but couldnt find! could some one help me with this information or provide me some insights!
HI,Im trying to get 8 phase shifted pwm signals with the same duty cycle using stm32h7. i have tried multiple options but none seem to work for 8 signals. is there a way i can do this. latest i was trying to trigger 4 timers using 4 phase shifted sig...
Hello,i want to set a flag to a timer with: TIM_ITConfig(TIM1, TIM_IT_UPDATE, ENABLE);but get the error:undefined reference to `TIM_ITConfig'what i have to include?Thanks
I want to integrate low power mode application in my project code so following things I tried so far, please do attention and help me out..,I have source code of PWR Current Consumption example from different series (STM32F407xx devices) got it from ...
I would like to run my firmware from the flash address :0x08040000so I partitioned the memory layout for the software as shown:ENTRY(Reset_Handler) /* Highest address of the user mode stack */ _estack = 0x20080000; /* end of RAM */ /...