• wants to convert "write block mode" to series of "byte write"
    Hi I2C Experts, I have a requirement where I need to perform below I2c operations: 1) "S SlaveAddress W 05 03 01 7C FF PEC” in SMB mode. Where 05 is offset/start address in slave device 03 ->...
  • AT89S52 Write lock sequence
    I'm designing an ISP programmer for AT89S52. I have completed Erase,Write & verify successfully but I'm stuck with programming the lock bits. I want to achieve write lock mode 2. I'm sending the...
  • Writing to the data Option Bytes
    Does anybody have an example of how to write to the 2 data Option Bytes of a ARM Cortex M3 MCBSTM32 processor ? I tried unlocking it, erasing and writing to them but the micro crashes. I followed...
  • No WE on byte write LPC2378
    This may not be entirely Keil but I have banged all the LPC2000 forums I can find but no info on this problem. Using Keil MDK ver 3.20. We are using the LPC2378 in the standard byte write and byte read...
  • Read/Write byte to GPIO?
    Recently migrated to ARM KEIL, using stm32f4 with HAL drivers, and im wondering i didnt found any fucntions or exmaples how to write byte to the GPIO, HAL has only GPIO_Write function which allows only...