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...
@Karl Yamashita Thank you for the code. Yes you are correct i also had to pass it 0x33. My follow up question is, in terms of the return data. I am getting the following in my buff[] or for your aht10_data equivalent. buff[0] = 24, buff[1]=149, buff[...
Thank you @TDK for your answer. I just got a bit confused because on the last STM32 project it said Nucelo on it and i was able to find the board quite easily
@STTwo-32 Unfortunately I don't have another MCU that i can use or another board. Is there any way to verify that the MCU is broken? I know it has all the symptoms of broken MCU but is there anything i can try. Similar to this article: link ?