EmbeddedRelated.com

Bandpass digital filter with band 3Hz...300Hz and Fs 1kHz

Started by baranov in comp.arch.embedded12 years ago 7 replies

Hello. I try to build 3Hz...300Hz bandpass FIR and see that it requires not less than 63 taps. As I have to use it on STM32 calculations might...

Hello. I try to build 3Hz...300Hz bandpass FIR and see that it requires not less than 63 taps. As I have to use it on STM32 calculations might take more time than I plan. Is it "a law of nature" and no trick would simplify filtering out 3Hz on 1kHz sampling frequency? Thanks Alex. --------------------------------------- Posted through http://www.EmbeddedRelated.com


STMicroelectronics STM32 F4 is the Fastest Cortex M4 - See specs

Started by Bill Giovino in comp.arch.embedded13 years ago 1 reply

http://microcontroller.com/news/STM32_F4.asp Core runs at 168MHz, but can get zero wait states out of 30MHz Flash with a 128-bit Program...

http://microcontroller.com/news/STM32_F4.asp Core runs at 168MHz, but can get zero wait states out of 30MHz Flash with a 128-bit Program Memory interface. Includes detailed specs. Article shows a nice block diagram. Bill Giovino http://Microcontroller.com


STM32 PWM output accuracy issue.

Started by microe in comp.arch.embedded13 years ago 7 replies

Hello, I've got an STM32F103Z part and I'm trying to generate a PWM output between 10Hz and 20Hz from the timer 1 peripheral. Depending on...

Hello, I've got an STM32F103Z part and I'm trying to generate a PWM output between 10Hz and 20Hz from the timer 1 peripheral. Depending on how I set the timer 1 prescale value (timer 1 is on the 72Mhz high-speed bus), I get more or less accurate output results which can vary by up to 1Hz from the target frequency. The only thing I can think of is that the external oscillator (8Mhz) is off...


STM32 multiple SDIO card

Started by fpoisson in comp.arch.embedded13 years ago

Hi, I'm trying to access to two SDIO card on the same bus with my STM32 but only one at the time is answering. I am doing the same things...

Hi, I'm trying to access to two SDIO card on the same bus with my STM32 but only one at the time is answering. I am doing the same things said on this thread without result: http://www.youtube.com/watch?v=3p-XqvMOTYA I am receiving a CMD_RSP_TIMEOUT the second time I send a ALL_SEND_CID meaning that the first sd card is now in idle mode. Is there any register of the sdio port I shoul...


Inexpensive JTAG adapter for STM32 / IAR ?

Started by Roberto Waltman in comp.arch.embedded13 years ago 9 replies

As subject line says - Can anybody recommend a (cheap) JTAG adapter that works well with IAR EWARM and ST Cortex M3 chips? Trying not to buy...

As subject line says - Can anybody recommend a (cheap) JTAG adapter that works well with IAR EWARM and ST Cortex M3 chips? Trying not to buy another Segger ... Thanks, -- Roberto Waltman [ Please reply to the group. Return address is invalid ]


Maxim DS18B20 to STM32 (I2C)

Started by Bubba in comp.arch.embedded13 years ago 5 replies

Greetings, I've been playing with STM32F103RE and DS18B20 1-Wire Digital Thermometer. Judging from what I have seen (examples regarding I2C...

Greetings, I've been playing with STM32F103RE and DS18B20 1-Wire Digital Thermometer. Judging from what I have seen (examples regarding I2C and *duino projects regarding I2C), it requires somewhat different approach due to the "reset" part in its initialization. Can someone provide code for connecting that device to STM32 uC's (I'm using STM C libs and uVision 4), as I am perplexed w...


STM32 F-2 Family from STMicroelectronics is Cortex-M3 that runs as 120MHz

Started by Bill Giovino in comp.arch.embedded13 years ago 4 replies

http://microcontroller.com/news/STM32_F-2.asp The STM32 F-2 runs out of Flash at 120MHz. Has two USB 2.0B OTG ports, Ethernet, 528 bytes OTP...

http://microcontroller.com/news/STM32_F-2.asp The STM32 F-2 runs out of Flash at 120MHz. Has two USB 2.0B OTG ports, Ethernet, 528 bytes OTP memory (who remembers what OTP means?) and plenty of peripherals. The STM32 F-2 is from STMicroelectronics http://microcontroller.com/STMicroelectronics.htm Article contains a block diagram and a family roadmap. Bill Giovino http://Microcontr...


Re: Migrating from PIC18 to ARM: which MCU to choose?

Started by John Devereux in comp.arch.embedded14 years ago 2 replies

linnix writes: > > IMHO, STM32 is still by far the leader in Cortex-M3 designs, well > > ahead of LM3 and LPC1000, > > I would not...

linnix writes: > > IMHO, STM32 is still by far the leader in Cortex-M3 designs, well > > ahead of LM3 and LPC1000, > > I would not discount the 120MHz LPC1769 M3. STM32 peaks out at 70MHz. There seems to be 120MHz ones in the pipeline, anyone heard any more information? -- John Devere