Resolved! i can access my target
hello , i have traget stm32f429i-DISC1 and i select read out protection as level2 (cc) and i cant access this target again
Ask questions, find answers, and share insights on STM32 products and their technical features.
hello , i have traget stm32f429i-DISC1 and i select read out protection as level2 (cc) and i cant access this target again
Hi,We have a product in the field using STM32F417ZG, and it was returned to us after it mysteriously stopped working. On receiving the board, we noticed that nothing was running on the STM32F417. We read out the flash memory and it appeared to be era...
Hello,I need the FIT values / MTBF values from the following parts:- STM32F105x- STM32G474x- STM32F303x
Hello,i am using stm32f410rb device, where i want to do some things at 100mhz using HSI only, and pll.After this i am puting the device in sleep mode, and provide wakeup using the rtc interupt.The HSE is not used. My problem is that before sending t...
Through an error, i found out, that the interrupt (FDCAN line 0) fires twice, when only one is activated. (See topic https://community.st.com/t5/stm32cubeide-mcus/compiler-optimized-program-has-errors/m-p/652965#M25387).How can i now find the actual ...
I've created a project using STM32H7B3I-DK eval board with all settings default, unmodified, taken from TouchGFX. UI menu is working fine with some resources stored in OSPI Flash memory.Now I wish to store some data in this OSPI memory. The procedure...
I use Cube to setup TIM1_CH4 on PE14 as PWMSetup of iocPE14 -> TIM1_CH4 in pinoutTIM1:Ch 4 PWM Generation Ch4Conter Settings: Counter period 20PQM Generation Cannel 4: Pulse 5Modification of main:/* USER CODE BEGIN 2 */HAL_TIM_PWM_Start(&htim1, TIM_C...
I have a new board design that interfaces an STM32L4A6 with a uSD card using 1.8V I/O. The SD Card is powered by 3.3V and supports the LVS mode of SD. The STM32L4 does not seem take account the SD specification 6.0. There is no auto detection mecanis...
The PKA peripheral can precompte the montgomery parameter, which is documented as "R2 mod n". If I compute this offline with R being the normal (2 ^ b) [b the numbers of bits in the modulus n], I am getting a different result than what PKA computes. ...
Hello everyone! Currently I'm working in STM32L496ZG-p Nucleo board, I have written code for both MCU specific header file and Driver specific header file and I started to build a simple project to make a LED blink. But I haven't got the proper resul...