what is the best way to generate a 200ns Delay
Posted on May 02, 2014 at 21:50hello I am using the STM32F407 discovery board,what is the best way to generate a 200ns Delay or less.Thanks
Posted on May 02, 2014 at 21:50hello I am using the STM32F407 discovery board,what is the best way to generate a 200ns Delay or less.Thanks
Posted on May 02, 2014 at 20:582nd Try... My 1st post seems to have disappeared.So the MBED.org site and the ability to debug and program the newer development boards without installing / maintaining / updating and IDE is wonderful. I love that. But...
Posted on May 02, 2014 at 18:10Hi, I am trying to implement firmware update on STM32F427 based custom board. I found that the STM32F427 has 1MB internal NOR flash. Where do I get the driver for it? Also, can someone provide a sample code to access l...
Posted on April 08, 2014 at 17:15Hello,I'm fairly new to the STM32 processors, but got to like them quickly. Currently working with the STM32F401RE on a NUCLEO board, I made an observation I can't explain. Maybe somebody else can (easily).I let the ...
Posted on May 02, 2014 at 13:23I'm stuck on figuring out how to set a PWM output with the F4 Nucleo board.Could a kind and gentle soul please walk me through all of the code needed for a simple 10kHz 20% duty PWM on PA5, which is connected to LD2 on...
Posted on April 30, 2014 at 15:34I want to communicate stm32f407(bare metal) with the PC using ethernet (TCP/IP) and send as well as recieved data....How to do this can ay body guide me....I have experinced in writing linux systems but not with thi...
Posted on April 29, 2014 at 12:20Hello,I am trying to make send ADC data over the USB of STM32.For the USB part I am using STM32 USB-FS-Device firmware library from ST.In the samples given I see that in order to make USB work, USB pins are not confi...
Posted on April 30, 2014 at 19:55I was wondering what is the problem with the code that I have copied and changed the pin configuration. The objective of the code is to have a PWM output on the LEDS of the STM32F429 Discovery Board. The LEDs are ass...
Posted on March 31, 2014 at 09:09Hello, Im trying to communicate via UART (USART1 stm32l100) ,...Implemented own Hardware Flow (Software way to assert and dessert ,.RTS,CTS,HRDY , according to the requirement of my application,...)Now need to sen...
Posted on April 30, 2014 at 23:45 I'm trying to get a USB Host running using code from STM32_USB-Host-Device_Lib_V2.1.0 with openocd on an STM32f215rg board with FS USB using internal PHY. But it dies trying to enable the OTG_FS interrupt. ...