STM32 DMA problem
Posted on September 18, 2015 at 16:01Hi, how can i effectively send and receive data from or to rx/txregisters??Send and Receive DMA actually.. But how?
Posted on September 18, 2015 at 16:01Hi, how can i effectively send and receive data from or to rx/txregisters??Send and Receive DMA actually.. But how?
Posted on September 17, 2015 at 18:33Good morning,We are starting a project from scratch, with some capacitive sensing involved in the preliminary definition.But, it is not a human ''finger'' the guy to be detected. It has to be a material object th...
Posted on September 18, 2015 at 12:46I accidentaly did something bad to my flash memory on stm32f3. I tried to disable the write protection to the whole flash but in the result now I have the whole flash write protected and cant debug any program (...
Posted on September 14, 2015 at 15:16 Monday mornings don;t usually bother me but today seems different. I have commented out some code in gpio.c (for an input that is not presently used) and now I get run time assertions in timer configuration....
Posted on September 17, 2015 at 10:15Hi,I'm using Nucleo-L053R8 for my project. I have connected external 3-axis sensor to the nucleo board. And it's working fine. Now I'm looking to make custom board. I connected FT232 with USB to the pins TX and ...
Posted on September 11, 2015 at 09:52 Hello everybody, I have a problem in initialization of SPI3 in STM32f I know that the pins of SPI3 are together with JTAG pins, and i've found on the internet how to disable the JTAG pins, but it s...
Posted on September 17, 2015 at 13:49HI , I am a new bie and wanted to know how can I implement an auto power ON ( every Night at 2200 hours for 10 years)circuit with STM32 or related components.There may be a term for this particular circuit , I am...
Posted on September 14, 2015 at 17:31Hi. I have a problem with jumping to specific location on stm32 flash memory. At that location some functions should be implemented and the result from these functions have to be kept in any of (all purpose)regis...
Posted on September 17, 2015 at 15:08Hi, I would like to know if the STM32F746G-Discovery board can be used as a testbead for 100Base Ethernet. Christos
Posted on September 18, 2015 at 09:38Hi to all, I tried my first program on STM32F0 discovery board and I encountered some problems. My intention is to make LED3 and LED4 blinking, so I create a main program with system initialization and a LED clas...