FLASH_Type_Program lists a word as 32 bits?
I'm writing a bootloader and trying to use HAL_FLASH_Program() and noticed that a word is listed as 32 bits. Is this an ST specific word size? I've always thought that a word = 2 bytes = 16 bits. But it appears that if I want to write a word with ...