User Activity

I am using a nucleo-F103RB. This device was functional in the past. I am getting an error  Error in final launch sequence: Failed to execute MI command:target remote localhost:61239 Error message from debugger back end:localhost:61239: Connection tim...
I have a NUCLEO-F103RB and I am trying to communicate with my AHT10 sensor. I understand the basics of I2C but i'm a newbie to stm32. For some reason when i do HAL_I2C_MASTER_TRANSMIT it seems to return a failure but HAL_I2C_MASTER_RECIEVE doesn't re...
I want to port a STM32F103C8T to a STM32F1 series. I go on my .ioc file, click the pinout compatibility and then find the board but i can't seem to see the import option anywhere. Image is attached  
My interrupt is able to be triggered when my variable SIZE_OF_ARRAY is 10. However i want to be listening for large amounts of data so i change it to 1000 and my HAL_UART_RxCpltCallback function doesn't get called. Any idea why this is? I am using ST...
I'm used to using the stm32cube-ide. I found a Nucleo-MB1549 in my attic and wanted to play around with it but i can't seem to find it in the board selector section.  Any ideas what i should do next? This is a genuine nucleo board and i am able to fi...