Replacement for SAF-XC164CS-16F40F BB controller
We are looking for a replacement of Infenion microcontroller SAF-XC164CS-16F40F BB. Can you please suggest a suitable ST Microcontroller?
Ask questions, find answers, and share insights on STM32 products and their technical features.
We are looking for a replacement of Infenion microcontroller SAF-XC164CS-16F40F BB. Can you please suggest a suitable ST Microcontroller?
Hi all. I tried to communicate(private) with my I3C slave device using STM32H503RB board. To communicate with my device, I need to specify register address to write/read data. i.e. Frame = (Start with Slave ID w/ W=0) + (register address w/ W=0) + ...
I have stm32f407vet6 board as well as another end for CAN is made using stm32f103c8t6, So can you help me setup CAN communication between these. where in stm32f103c8t6 will have usb end which will be connected to laptop.
I figured to increase the volume of the pcm data i just multiply it, because it is pretty much a sine wave sampled? I use this to increase the volume of the audio from the microphone connected to i2s and it works great. I do this when the audio is st...
I'm using external crystal for RTC on STM32H750VB. Sometimes when i powered up to board, its hanging on LSE initialization and entering hard fault. If i remove rtc backup battery and plug it again, its working. This happens very rarely :S I couldn't ...
Im using STM32F302R8 and developing the driver for I2CMasterReceive data from Arduino.Here is my problem:After I send a command code, from master 0x51, and generate the start condition, the RXNE is SET. But, after it goes into the while loop, the RXN...
Such “commands�? specified by this FRAM IC vendor are supposed to set “Speed Modes�?, set a “Sleep Mode�?, etc. This require sending multiple START conditions followed by some data.
I am writing a program to unzip a zip file downloaded from cloud in memory by itself if it seem any zip file available in memory but I am not getting any small & simple library to implement it.Can anyone help me regarding this?
my program goto busfault handler, but I do not know the reason