stm32f4 dac software trigger
Posted on October 09, 2014 at 12:20 The 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 October 09, 2014 at 12:20 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 13, 2014 at 06:12Dear all, I started to work on a STM32L152D-EVAL board. While I started to play around, I tried the demonstration firmware from the following link: http://www.st.com/web/en/catalog/tools/PF257910 I am using the IA...
Posted on October 15, 2014 at 22:32Hi Folks,I wrote a custom bootloader at work and I'm getting a hard fault right at the instruction to jump to the Reset_Handler of the Application. This bootloader worked fine for 6 months but suddenly it started g...
Posted on July 28, 2014 at 15:07Hello,We're currently using the ST-Link Utility CLI to program small production batches. We need to program some individual configuration bytes for each device, which we write to the EEPROM from a script using the ST-...
Posted on October 16, 2014 at 01:27I've a problem to connect Flash loader demonstrator to STM32F401CBU6. With any other device which I've used it's working without any problems. If I try to connect to STM32F401CBU6, I can connect, but at the stage o...
Posted on October 09, 2014 at 23:40Hello,I'm very new to STM32, I recently switched from Microchip platform and I'm working on a Mac (which seems to make everything harder).I followed this very nice tutorial http://www.davidrojas.co.uk/stm32f3discov...
Posted on October 07, 2014 at 22:30I�m trying to import a STM32F401-Discovery Demo Project into the Eclipse IDE with errors.stsw-stm32136 STM32F401-Discovery_FW_V1.0.0I attached some pictures for reference only.Some steps that I was following:1.) I...
Posted on October 03, 2014 at 16:52System info: 8MHz external clock, 24MHz interrupt system clock.Interrupt preemption is not working for me no matter the combination of priorities and priority groupings. My goal is to have a high speed timer interr...
Posted on October 15, 2014 at 21:49Hi,I've got some problem with my code that should run timer5 to overflow and generate interrupt it should appear each 500ms but appears each approx. 3s.code:void TimerInit(void){ RCC_APB1PeriphClockCmd(RCC_APB1Per...
Posted on October 15, 2014 at 11:38Please, help me into get out of this trouble!I' am working on discovery board STM32F429L-disco. In order to have an I2C available to drive an external device, I am using PC9 ad PA8 pins (I2C3), that are also used t...