STM32F334 ADC never converts
Posted on January 17, 2015 at 22:45 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 17, 2015 at 22:45 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 15, 2015 at 13:18I am using the kit below:http://www.dx.com/p/mini-stm32-stm32f103rbt6-development-board-w-2-8-tft-lcd-touch-screen-157301♯.VLeslivF-SgAfter installing the USB driver on windows7VCP_V1.3.1_Setup.exeNote: I had to ch...
Posted on January 07, 2014 at 17:12Hello everyone, i want to get bootloader working through USART protocol. I looked to the datahseet and it says, that BOOT0 should be 1, and BOOT1 0. Since BOOT1 here isnt and I/O pin, it has to be programed and i f...
Posted on January 16, 2015 at 22:30H/W: STM324x9I-EVALS/W C:\STM32Cube_FW_F4_V1.3.0\Projects\STM324x9I_EVAL\Examples\DCMI\DCMI_CaptureMode (No RTOS - just a polling loop.)I have modified this to include STemWin and touch and display camera data in a...
Posted on January 16, 2015 at 21:34Hello! I've got a stm32VLDiscovery that has a stm32f100rb on it, and I've got a project I'd like to attempt for one of my classes. I want to make a custom programable keyboard, that can send specific/special Unico...
Posted on January 16, 2015 at 18:45When running STM32CubeMX and selecting this board it shows all SPI ports as unavailable (red X) except for SPI4 which has very limited functionality.Am I interpreting this correctly? There is no way I can use any o...
Posted on January 10, 2015 at 15:09Could be I created a recursive post here. What is the Nucleo standing for?
Posted on December 02, 2014 at 18:10 OK, I'm interfacing with a parallel bus that gives me 8 bits on an external clock pulse. I have working code with an interrupt and manually shuffling the data into memory, but I'd like to use a DMA approach, ...
Posted on January 12, 2015 at 16:00Hello, I'm trying to do a very basic thing, emulate a USB flash drive through an Olimex P407 board. Real data is stored on a micro sd card. I used STM32CubeMX for the first time to generate the code (I used it for ...
Posted on January 14, 2015 at 15:09I have used the STM32_USB_HOST_Library V2.1.0 (19-March-2012) on STM32F105 for implement Mass Storage Host class.The file system is has been implemented with FatFs Module Source Files R0.07e. The my problem is tha...