STM32F4xx, CCMRAM startup init
Posted on July 09, 2016 at 22:17 Hello guys, Encountering the following problem: static __attribute__((__section__( ''.bss_CCMRAM'' ))) int data; ''data'' is put explicitly into CCMRAM (verified with debugger) bu...
Posted on July 09, 2016 at 22:17 Hello guys, Encountering the following problem: static __attribute__((__section__( ''.bss_CCMRAM'' ))) int data; ''data'' is put explicitly into CCMRAM (verified with debugger) bu...
Posted on July 12, 2016 at 11:19Hi,I am working with an external flash and I wanted to store the lastest memory address after the power cut off and fetch back the stored memory address when power on. So, how should I do it ? Is it done by write int...
Posted on July 13, 2016 at 17:02HiI set timer 1 for output pwm on a pin.i need when timer is disable, pwm output will have ground level.when output pin is pull up and timer disable,output pin have VDD LEVELwhen output pin is pull down and timer di...
Posted on July 12, 2016 at 16:26Hi,I have a code that generates a sinewave by reading an array and putting it in the DAC, and it works pretty well, except for one detail: the amplitude I read on the oscillo is 2.64V, but won't go any higher.The arra...
Posted on July 04, 2016 at 17:02I am trying to get the free Keil for stm32l0 tools to work with stmcubemx. In the 'Manage Run Time Environment ' dialog I expected to be able to select options for the stmcubemx framework API as described here :-http:...
Posted on July 13, 2016 at 15:17 I can not handle the option byte as I would like. I use a STM32F103ZE, so with only one memory bank. I start from a state of write protection of all pages except the 60 and 61, then log FLASH_WRPR = ...
Posted on July 12, 2016 at 04:56Hi ST community, I'm doing a feedback of the adc output to the dac input to double check the incoming signal. I seem to have a problem displaying the DAC(PA5) waveform on the oscilloscope, so my setup is : i co...
Posted on July 13, 2016 at 00:04I am using ADC's on the STM32F4 discovery board to read control values for my program from potentiometers and I am having problems where these inputs are very noisy, and cause my control values to modulate quite notic...
Posted on July 07, 2016 at 19:24 Hello. I have CAN bus with three devices USB2CAN Adapter and two Controllers with STM32F373CCT. When only Adapter and one Controller is connected to CAN bus everything is correctly working. But if I have connect...
Posted on December 03, 2014 at 22:02Hi,is there any code example for such a setup? I can find many example using the SDIO ( I wish I could )thanx!Mart