User Activity

Hi everybody.I 'm trying to make an Si4703 radio module work with an STM32F030K6T6 on STM32CubeIDE.I have found an example which is made with Coocox, I think. At https://github.com/LonelyWolf/stm32/tree/master/Si4703 but does not it work with STM32Cu...
I have an STM32F030K6T6, I 'm using STM32CubeProgrammer with ST-Link V2.I click 'connect' and I get this error:'Error: Data read failed'It gets connected to the MCU, reads correctly it's ID.I have checked all related connections: SWCLK, SWDIO, RST, 3...
I took it from this video.I 'm using STM32CubeMX 5.2.1 + Atollic TrueStudio 9.3.0 + Proteus 8.6.Till now I haven't managed to make it work.I think I'm making a mistake in pins setup or some clock 's setup.I have tried any possible potion for pins: pu...
I 'm making a voltmeter - amp meter, this one...I 'm using an STM32F030K6T6.But when nothing is connected to the input, instead of outputing 0, the ADC gives me a value around 980.VDDA is tied to VDD.Boot0 is tied to GND.These are the ADC 's settings...
freqError = static_cast<int32_t>(readRegister(REG_FREQ_ERROR_MSB) & B111);C has no static_cast, so how can I convert the above code to C?(It 's C++, from Arduino)
Kudos from