Setup for SDADC three channel synchronization with SDADC1 example
Posted on March 21, 2015 at 11:33 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 March 21, 2015 at 11:33 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 20, 2015 at 22:03Hello. I'm using a custom board for charging and testing batteries. Its 'brain' is an STM32F407VGT6 microcontroller. I'm developing in Ubuntu (14.04.2 LTS), using ChibiStudio (ChibiOS/RT 3.0 development branch and Ec...
Posted on March 20, 2015 at 18:41Hello,we are migrating our device from STM32F1 to F4 (415RGT6).Basically wiring is very similar, connected peripherals too.We have one device that communicating over I2C bus, but with same code it is unable to work w...
Posted on March 18, 2015 at 11:41Hello everybody,I have a trouble with the RAM memory space when I'm in debug mode with my STM32F4. I think my debugger take a lot of RAM space resources because I can't watch my variables anymore when my variables ta...
Posted on March 20, 2015 at 02:50 Greetings, I am currently testing the bxCAN integrated in the STM32F103RBT6 available on the Nucleo I'm using (F103RB). Up until now I used an example which should be able to transmit correctly a message, and...
Posted on March 20, 2015 at 12:13Hi Dear Friends, I'm new to this STM32 so kindly help me to know, How can I read STM32 Registers ? I need to see the Register data in my desktop, so I need to make use of any software like putty or GTKterm kind of ...
Posted on March 20, 2015 at 12:14Hi Dear Friends, I'm new to this STM32 so kindly help me to know, How can I read STM32 Registers ? I need to see the Register data in my desktop, so I need to make use of any software like putty or GTKterm kind of ...
Posted on March 20, 2015 at 08:45I have tried to jump to STM bootloader, but unfortunately STM reset after that. Where can be error?SysMemBootJump = (void (*)(void)) (*((unsigned int*) 0x1FF00000 + 4)); __disable_irq(); HAL_RCC_DeInit(); SysTick->CT...
Posted on March 19, 2015 at 19:25Hello,I'm developing to STM32L1xx and I'm looking for the user manual or description of the STM32L1xx Standard Peripherals Library, but I could not find in the ST website.I found just the F1,2,3 families... Is there...
Posted on March 17, 2015 at 06:05currently in my design, I have two STM32 micro communicate with USART at Baud rate of 115.2k, the trace length is around 1.5inch. STM32F205 use HSE, external crystal resonator of 50PPM tolerance, STM32F030 use HSE, e...