Resolved! stm32 evalution boards that supports python
hii do you have evaluation boards that support python , with i can use python methods to control peripheral on the eval board like uart , ethernet etc..
Ask questions, find answers, and share insights on STM32 products and their technical features.
hii do you have evaluation boards that support python , with i can use python methods to control peripheral on the eval board like uart , ethernet etc..
Hi I have been trying to change the read protection level on my device using the ST HAL driver library: The code I am using is:FLASH_OBProgramInitTypeDef OB_Config; //Read Option byte configuration HAL_FLASHEx_OBGetConfig(&OB_Config); //Update re...
I have a timer + dma which outputs a signal for addressable LEDS. The code calls the PWM Start function on a crude timer loop for testing purposes.The first time the DMS starts, its perfect, and the output is correct and as expected. However the seco...
how disable boot 0 pin8 i used this pin for input make problem to boot from flash how can disable any condition mcu boot from flash not check this pin when reset
Is it possible to wake up by connecting the UART pins in PWR_EnterSTOPMode to the pins used for wake up?
I have tim3 setup to count to 25,000 using a 2.5Mhz input signal. This works. I enable the global interrrupt and it fires whenever the counter rolls. I have an issue though, that when I poll the timer for the count, it is double it should be and I...
I have the problem that the CAN message RAM which is allocated for the acceptance filters is not zeroed out on startup.The part of the CAN message RAM allocated for acceptance filter seems to just be random data which means that usually no CAN frames...