Resolved! STM32L073CZ in full production?
We are intending to design in this MCU. Does ST have a website that would indicate where this part is in its lifespan? I can only see that it is listed as "active".Thanks
We are intending to design in this MCU. Does ST have a website that would indicate where this part is in its lifespan? I can only see that it is listed as "active".Thanks
Hi there.I have a board from some equipament which has a STM32F091CCT6 uC, and there are 3 leds, connected to pin GPIO_C13, GPIO_C14 and GPIO_A7. Anode from leds are connected to Vcc and Catode are connected in a resistor and then to the uC pins (so ...
Hello all i am trying to implement a simple thing that is trying to blink LED using a function. Below attached are main.c, project.c and project.h. If i try the same thing without using a function it works fine but if i use the function it doesnot bl...
The most important spec I'm looking for is INL error. I'v searched the datasheet, reference manual, and google search but to no avail. In particular, I'm looking for the STM32F072 series.
spi half duplex with dma,change tx ino rx,when finished tx process,start rx process,just set the "spe" bit of spi master(not set cstart bit),dma just starts working,and cntdr goes to zero,then rx process fail,spi report overun error.
Unfortunately I got a message that I may not attend to the workshop.I'm not interested in getting a Disco-Board for free - I can buy it by myself.Is it possible to particitpate the workshop as a "passive" member?I need no possibility to ask questions...
Hello, I have also just received a message saying I cannot attend. I do not need to get the free board (which I can by myself), Is it still possible to attend ? Thanks and best regards. Sara
If I useHAL_ADC_Start_DMA(&hadc1, (uint32_t*)uiAdcResults, ADC_NUMBER_OF_CHANNELS);it only works with up to 5 channels. With more channels there are problems with some channels in the DAM result array. For example with 7 channels, only channel 2...5 ...
Hello, I'm using QuadSPI to read/write to external flash on STM32F746NG.I used this example from ST and it's working correctly: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32746G-Discovery/Examples/QSPI/QSPI_ReadWrite_IT...