User Activity

Hello, RM0410 says: Spoiler45.3 Package data registerBase address: 0x1FFF 7BF0Address offset: 0x00Read only = 0xXXXX where X is factory-programmedBits 15:11 Reserved, must be kept at reset value.Bits 10:8 PGK[2:0]: Package type0x111: STM32F767 and ST...
Hello,I want to change the MCU STM32F779AIY to STM32F779NIH6I already checked the pinout in CubeMX and i can use the same config for the peripherals at the same naming of pins (PB1, PA4 and so on).Do i need to change anything at the software if i cha...
Hello,i am having problems to read data from the QSPI nor-flash if the address changes from 0x90FFFFFF to 0x91000000Everything is fine from 0x90000000 to 0x90FFFFFF but beginning from 0x91000000 there is no data.Example, i have an array stored at the...
Hello,I have a problem adding a new section to QSPI with the graphics stored on it.I want to store some error-text tables in a new section of the QSPI flash.For that i shrinked the 64MB QSPI and added a new section in the linker script. QUADSPI (r) ...
Hello,i have a maybe simple question but i did not get it.If i have an array of some unsinged chars, let`s say:value[0] = 0xAAvalue[1] = 0xABvalue[2] = 0x0Band i want to print them together as "AAAB0B" in a textarea, what is the best way?The problem ...
Kudos given to