User Activity

I have a problem programmatically setting RDP to level 1.My code is:OBInit.RDPLevel = OB_RDP_LEVEL_1;OBInit.OptionType = OPTIONBYTE_RDP;ret = HAL_FLASH_Unlock();ret = HAL_FLASH_OB_Unlock();/* Clear SR register */CLEAR_BIT(FLASH->SR, FLASH_SR_BSY);ret...
I have an STM32L452 rigged to use an external clock so we can keep the RTC running. Schematic attached.X2 is a clock from SiTime, programmed to be 32.768kHz. C36 is a supercap acting as battery backup. I used STMCube to generate the startup code to f...
Cube programmer (and st-link utility) cannot find the target when I try to connect to flash a device. I am using the SWD connection to my target. I have connected T_Vcc, gnd, clk, dio & nrst on CN6 of the MB1440B mezzanine board. Cube programmer reco...
Also, the crypto functions require a key made up of an exponent and a modulus. The examples only show these as two separate arrays. How do I get from a single array I have hopefully included from the pem file into these two separate arrays? What is t...
Is there a step-by-step example anywhere, known to work? I have followed numerous examples from several forums, but still no luck. The ADC value I get from the internal temperature sensor is always around 880. This equates to around 1 degree celcius ...