Multiple ADC STM32F303 discovery board
Posted on July 09, 2013 at 23:45The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 09, 2013 at 23:45The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 06, 2015 at 11:50I've started development of an application on an STM32F3 discovery baord, and am moving onto the target board, which uses an STM32F301. I can't get the I2C peripherals to run. If can bit-bash I2C on the GPIO, but ...
Posted on October 14, 2015 at 15:35hi,I am trying to input capture and output compare values but i cant able to read those values is there any mistake in my code.I enabled clocks also.But still I am getting this issue.Can any one guide me please.// ...
Posted on October 14, 2015 at 14:40I wrote a bootloader (STM32F4), that takes a file from USB memory, and updates the system firmware.I would like to have read protection. However when protection option is on(level 1) when writing the new firmware t...
Posted on September 20, 2015 at 12:50Hello everyone !I've successfully connected stm32f4 discovery board with Matlab R2015a Simulink, but when i make a block diagram for generating simple pwm on simulink and set the sampling time of 0.1 milli second...
Posted on October 09, 2015 at 14:36Hello! I am working in a project that uses a STM32F407 and 7'' TFT LCD with SSD1963 controller, after hard work to put the LCD running and some corrections on the board, now we are trying to display a image from a ...
Posted on July 20, 2012 at 14:49Hi everyone I'm also trying to do an encoder control unit with stm32f4 discovery using of the standard periphberal libriaries and I have two problems. 1-) When I want to build codes, there is an error occuring which ...
Posted on October 14, 2015 at 07:09Dear Sir: How to detect plug in behavior for USB-stick in FW? My project implement a USB MSC host. If USB-stick is on board before power on, the FW can't detect it. I must plug it out and plug in, FW will now det...
Posted on October 14, 2015 at 06:59 Hi I want to know whether there is penalty on accessing an array from a structure vs accessing by a simple array. Here is my snippet which i used when I faced the problem unsigned char array_1[102...
Posted on October 10, 2015 at 21:52Hi Everyone,I am working on OV7670 module (no FIFO) with STM32F407 chip. Due to I want to get image in 640x480 pixels so I try to manual scan (don't use DMCI). I set REG_CLKRC = CLK_EXT and control clock (set LOW/H...