UWB Pulse
Hi.I want to generate an UWB pulse with 1ns pulse width and period of 1us.then i want to detect it.can stm32 help me to generate this pulse or detect a 1ns pulse ?sorry for bad English!
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi.I want to generate an UWB pulse with 1ns pulse width and period of 1us.then i want to detect it.can stm32 help me to generate this pulse or detect a 1ns pulse ?sorry for bad English!
Hi,I'm using STM32F217IG microcontroller with TLV320AIC1106 audio codec for recording and playback.I need to generate .wav file with PCM 64kbps sampling.The codec is able to to give PCM Data of 8-bit u-lawfor this i want to use I2S with 16 bit PCM wi...
Hi,i am using stm32f103 spi read writei have application ic connected to this MCUis it possible to use write on rising egde and read on falling edge for spi communication?currently i am doing both on rising edgeso, write now my write is ok but while ...
Hello AllI am new to this community and, for that matter, to the whole area of embedding programming. So please forgive if my question is trivial.I have created a simple project for F303RE using CubeMx, turning the LED on/off using the blue button, a...
Hello, I made board with STM32H7 and i am running UHS example.First time i always get 48MBps write and 65MBps read, but at the second debugging i get only 8MBps read/write speed, and i have to remouve card and insert it again to get back to that blis...
It looks like I made a fatal mistake by connecting the NRST pin to the PA0 pin on an STM32F778AIY. This is a part with no internal voltage regulator for the core so the PA0 pin acts like a power on reset. This hasn't caused problems with power cyc...
Does anyone know if I can change the PWM signal period in the main loop? after initializing the timer in Cubemx?
I want to create files in this flash drive with a stm32f303 program and i want to transfer these file on pc in real time ....
Posted on January 07, 2010 at 21:14FLASH access speed versus SRAM ...
In my software, I usually extend the 24bit SysTick handler to 32bit with the tricks shown in the code segment below. Using such a do-while construct as shown in "GetSysTickCompleteVal" I usually prefer for the fast access to volatile interrupt data, ...