User Activity

Hi againI'm using STMG071 with 2*DAC. I need them as negative inputs to COMPx.in order to use PA4/PA5 for other purposes – I set  DAC1->MCR      =0x00030003; so DAC will not be output to the pin (PA4/PA5).Yet – as soon as DACs are enabled (DAC1->CR 0...
Hi allI need to write an external programmer for STM32G030J6.I've written the SWD protocol, and I'm able to program all FLASH (if no protection applied).the issue is: I can’t write to the FLASH OPTION: (changing protection level from 1 to 0) I can’t ...
my init: I2C1->TIMINGR= 0xB0420F13; //p942  p917  XTAL=48MHZI2C1->MY_I2C->TIMEOUTR= 0x0000900A; //p943I2C1->CR1=1; no irq are involved (yet)then I'm trying to start a frame (slave not connected- still- I would like I2C to send 1st byte)I2C1->CR2=...
HiI'm developing on STM32G071C8 with the developing circuitI'm trying to reach 64Mhz as system clockI'm programing RCC->PLLCFGR as follows:R=Q=2 (both on) . P=off N=16 M=2 or N=8 M=1 PLL source=HSI16any combination above 54Mhz - disconnects Flas...
Kudos from